per esempio con rand(1,10) fai un numero casuale fra uno e dieci e poi
Codice PHP:
$rand = rand(1,10)
$x =1
while ($array = mysql_fetch_array($sql))
{if($x == rand) scrivi quello che vuoi;
else $x++;
}
![]()
per esempio con rand(1,10) fai un numero casuale fra uno e dieci e poi
Codice PHP:
$rand = rand(1,10)
$x =1
while ($array = mysql_fetch_array($sql))
{if($x == rand) scrivi quello che vuoi;
else $x++;
}
![]()