// GENERA NUMERI UTILI PER LA SLIDE DELLE IMMAGINI
$contatore = 1;
$img[1] = 0;
$img[2] = 0;
$img[3] = 0;
$img[4] = 0;
do{
$controll = 0;
$myRnd = rand(1,8);
for ($i=1; $i<=4; $i++)
{
if ($img["$i"] == $myRnd) $controll = 1;
}
if ($controll == 0) {
$img["$contatore"] = $myRnd;
$contatore++;
}
} while ($contatore <> 5);
//echo "contatore: $contatore - controll: $controll" . "
";
//
//foreach($img as $valore)
//{
// echo $valore . "
";
//}
?>
|
|
|||||||||||
© 2006. All Rights Reserved - realizzato da UbyWeb&Multimedia |