/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php substr( str_shuffle( 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$' ) , 0 , 10 ); ?>