I'm looking in my PHP book but still figure out the best way to
validate that certain characters are contained in a string - for
example, when a user enters a username, I want to limit the characters
to a..z, A..Z,0..9 only. What's the best way to check for this?
Thanks...
validate that certain characters are contained in a string - for
example, when a user enters a username, I want to limit the characters
to a..z, A..Z,0..9 only. What's the best way to check for this?
Thanks...
Comment