/ Published in: PHP
Expand |
Embed | Plain Text
<?php substr( str_shuffle( 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$' ) , 0 , 10 ); ?>
You need to login to post a comment.
hmvrulz on 11/03/10
4 people have marked this snippet as a favorite
pytheas
liamchapman
roli000
nextneed
<?php substr( str_shuffle( 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$' ) , 0 , 10 ); ?>
You need to login to post a comment.