Discuss Checking for non-alphanumeric characters in the PHP Development forum on Dev Shed. Checking for non-alphanumeric characters PHP Development forum discussing coding practices, tips on PHP, and other PHP-related topics. PHP is an open source scripting language that has taken the web development industry by storm.
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
I'm maintaining a database of accounts on my webiste, and I need to make sure all logins and passwords contain only alhpanumeric characters. How would I do this?