* Thus wrote Scott Fletcher ([EMAIL PROTECTED]): > How interesting. Yours work while mine doesn't. All I did was .. > > --snip-- > $randomNumber = rand(0,9999999999); > echo $randomNumber; > --snip-- > > What PHP version do you use? I only have version 4.3.1 on the machine.
I believe its the OS he's using. to avoid this use mt_rand() instead since this one is more efficient and system INdependent. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php