In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Is there a way to seed the mt_rand function with numbers and letters to > generate a good password of say 6-10 characters? > > Thanks > > Phillip
As I understand it, mt_rand is a random _number_ generator. But I imagine that you could play around a bit with generating random numbers which could be used with chr to return a character. -- David Robley Temporary Kiwi! Quod subigo farinam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php