I want to create a login page. but I don't want the user to be able to enter any other character except English alphabets, numbers, periods(.) or underscores(_). How should i implement this?? I have tried using word list but could find a way to implement it. Please help me...
Thanks. But in this case I have to remove each character manually. Its just that there are so many other characters outside English alphabets, for example, ASCII characters. It is not possible to do it manually. Is there any other way. Please do say....