Interessant!
aber wie mache ich aus
<?php
$ziffern = "5";
for($i=0; $i <= $ziffern; $i++)
{
mt_srand((double)microtime()*1000000);
$randval = mt_rand();
}
echo $zahl;
?>
ein script das mir eine zahl mit der anzahl von $ziffern ziffern liefert?
??
MfG
Michael W.