Re: [PHP] Random String of n Length

2001-02-13 Thread Randall Blaine Goguen
Generate a Random Password with PHP http://www.linuxguruz.org/z.php?id=305 # Note: 1. You can add more charactors, numbers or lower case charactors # to '$possible_charactors' is you wish. # 2. You can change the string length, for example, # echo 'Random_Password(16);' for 16 charactors.

[PHP] Random String of n Length

2001-02-13 Thread Jonathan Sharp
I want to generate a random string of characters of n Length...what's the easiest way to do this? Thanks, -Jonathan -- 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,