guarda io che ho fatto per estrarre una img ad ogni caricamento



Codice PHP:
<?
$num
=rand(01,50);

echo 
"<center>";

echo 
"<img src=\"immagini/img$num.gif \">";
?>