Forum Moderators: coopster
I came up with this solution and am curious of any drawbacks or problems that this could cause or if their is a better method available.
echo chr( rand(97, 122) ); // returns a-z echo chr( rand(65, 90) ); // returns A-Z