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.


[EMAIL PROTECTED]
#PHP IRC EfNet
#LinuxSupport IRC EfNet
http://www.LinuxGuruz.org


On Tue, 13 Feb 2001, Jonathan Sharp wrote:

> 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, e-mail: [EMAIL PROTECTED]
> 


-- 
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, e-mail: [EMAIL PROTECTED]

Reply via email to