Zufallszahl generieren
Code:<?php srand ((double)microtime()*1000000); $zahl= rand(1,100); echo $zahl; ?>