advanced code snippet search
stancell on 04/21/08
password random String
04/21/08 12:37pm04/21/08 12:35pm
1 person have marked this snippet as a favorite
Nix
echo base_convert(rand(0, PHP_INT_MAX) . rand(0, PHP_INT_MAX), 10, 36);
Report this snippet Tweet
Comment:
You need to login to post a comment.