Hi,
I've a website where users can register. I would like to prevent all special characters, accents, etc in the nickname (used to login).
I use PHP. How can I do that ?
Edit: Another question, can you give me a regular expression (in PHP) who allow ONLY the 26 letters : abcdefghijklmnopqrstuvwxyz and no more ?
Thanks