
Kod
<?php
$aaa = 0;
$tekst1 = 'a';
$tekst2 = 'b';
$tekst3 = 'c';
srand((float) microtime()*10000000);
$ilosc = 1;
if($ilosc>0)
{
$teksty = array($tekst1,$tekst2,$tekst3);
$losowe_teksty = array_rand($teksty,$ilosc);
$asd = 0;
while($asd<$ilosc)
{
$aaa = $aaa+1;
print "rys_tekst".$aaa."=\"".$teksty[$losowe_teksty[$asd]]."\";<br>";
$asd=$asd+1;
}
}
?>
$aaa = 0;
$tekst1 = 'a';
$tekst2 = 'b';
$tekst3 = 'c';
srand((float) microtime()*10000000);
$ilosc = 1;
if($ilosc>0)
{
$teksty = array($tekst1,$tekst2,$tekst3);
$losowe_teksty = array_rand($teksty,$ilosc);
$asd = 0;
while($asd<$ilosc)
{
$aaa = $aaa+1;
print "rys_tekst".$aaa."=\"".$teksty[$losowe_teksty[$asd]]."\";<br>";
$asd=$asd+1;
}
}
?>