Quote:
Originally Posted by Panzer Max
Well, that didn't work, even the spammers know an answer to the custom profile.
|
It will work if you use regexp to ensure that the word is written correctly, i use this
^[A-Za-z]{2}[,A-Za-z ]*$ in one of my profile fields to make sure users enter only letters in any case they wish, i want my users to enter a lcation in this fashion London, England, this particular expression will not allow them to enter London England, LondonEngland or London-England but will allow London, take a look at rexexp
http://www.php.net/manual-lookup.php...ion=preg-match or search the next for it and build your own