Return to Snippet

Revision: 6010
at April 21, 2008 12:37 by stancell


Updated Code
echo base_convert(rand(0, PHP_INT_MAX) . rand(0, PHP_INT_MAX), 10, 36);

Revision: 6009
at April 21, 2008 12:35 by stancell


Initial Code
base_convert(rand(0, PHP_INT_MAX) . rand(0, PHP_INT_MAX), 10, 36);

Initial URL

                                

Initial Description

                                

Initial Title
Random password string

Initial Tags

                                

Initial Language
PHP