Hallo,
<?php
$zahlen = range ( 1, 15);
srand ((float) microtime() * 10000000);
$fragen = array_rand ($zahlen, 10);
print_r($fragen);
?>
Danke, array_rand kannte ich noch gar nicht. Aber garantiert das auch das alle zahlen unterschiedlich sind?
Gruß,
Henning
--
Gruß aus Braunschweig
Gruß aus Braunschweig