3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str["options"] = "Hello,Howdy,Hola"; $data = explode(",", $str["options"]); $newstr = 'My values are'. PHP_EOL; foreach($data as $key => $value){ $number = $key+1; $newstr .= "$number.". $value . PHP_EOL; } echo $newstr;

preferences:
30.18 ms | 404 KiB | 5 Q