Zufallszahl
Dieser Code zeigt eine Zufallszahl Script: <?php srand ((double)microtime()*1000000); $zufallszahl= rand(1,100); echo $zufallszahl; ?>
<?php srand ((double)microtime()*1000000); $zufallszahl= rand(1,100); echo $zufallszahl; ?>