Hi! I looked at the rand() at php.net which spoke about min and max random number. So, I use rand(0,9999999999) to get a 10 digit random number but it only return an 1 digit random number that is displayed at '0'. So, I tried rand(0,9999) with 4 digit random number and got the random number. So, why does it not work with 10 digit numbers?
Scott F. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php