Skip to content

Instantly share code, notes, and snippets.

@bendo01
Created November 27, 2011 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save bendo01/1397053 to your computer and use it in GitHub Desktop.
Save bendo01/1397053 to your computer and use it in GitHub Desktop.
php password generator
<?php
substr( str_shuffle( 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$' ) , 0 , 10 );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment