Revision: 6010
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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