3v4l.org

run code in 300+ PHP versions simultaneously
<?php <html> <head> <title>les listes dynamiques</title> </head> <body> <?php $liste = array("Casablanca","Fes","Kenitra","Rabat"); $max=sizeof($liste); ?> <form name="liste"> Selectionnez la ville :<br/> <select name='ville' size="$max" multiple> <?php for($i=0;$i<$max;$i++){ echo"<option value='$i'>$liste[$i]</option>"; } echo"</select>"; echo"</form>"; </body> </html>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.29
Parse error: syntax error, unexpected '<' in /in/QiK5f on line 2
Process exited with code 255.

preferences:
177.64 ms | 1395 KiB | 66 Q