Lo all,

Can anyone please explain why this doesn't work...

$floor = 100000;
                $ceiling = 999999;
                srand((double)microtime()*1000000);
                $random = rand($floor, $ceiling);

I get the error...
Warning: rand(): Invalid range: 100000..999999 in
d:\htdocs\ezone\web\signup2.php on line 49

Thankyou

Andrew


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to