Re: [PHP-DB] Random Character String

2005-03-05 Thread Ron Piggott
The robots that index the web. Bastien gave me a web site to use for this. Thanks. Ron - Original Message - From: Zareef Ahmed [EMAIL PROTECTED] To: Ron Piggott [EMAIL PROTECTED] Cc: PHP DB php-db@lists.php.net Sent: Saturday, March 05, 2005 11:56 AM Subject: Re: [PHP-DB] Random

RE: [PHP-DB] Random Character String

2005-03-05 Thread Bastien Koert
i use this function to generate a random 7 letter password...simple change to make it 8 function change_password($id, $password) { //generate a random password $pass = ; $salt = abchefghjkmnpqrstuvwxyz0123456789; srand((double)microtime()*100); $i = 0; while ($i = 7) { $num =