Forum Moderators: coopster
Very simply, the user inputs a word, hits submit, and it reports back the word all mixed up.
i.e. "tops" >becomes>>> "opts"
The form an all is easy enuf... just struggling to understand how to randomize the characters.
Any help is greatly appreciated.
R
echo [url=http://www.php.net/str-shuffle]str_shuffle[/url]($word);
:)