How i can control my web site ?
-
Hi. In my web site have forum. Users can insert anything texts.I want enabled inserting just english chars and numbers, and disabled all other characters! For example , in this forum any peoples writing native language(like arabian, parsian ,...) and how can disable it. Thanks. :doh:
We are haven't bug,just temporarily undecided problems.
-
Hi. In my web site have forum. Users can insert anything texts.I want enabled inserting just english chars and numbers, and disabled all other characters! For example , in this forum any peoples writing native language(like arabian, parsian ,...) and how can disable it. Thanks. :doh:
We are haven't bug,just temporarily undecided problems.
If you want to do that from client side you can use javascript. Try searching for regular expression validator for javascript in google.
Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.
-
Hi. In my web site have forum. Users can insert anything texts.I want enabled inserting just english chars and numbers, and disabled all other characters! For example , in this forum any peoples writing native language(like arabian, parsian ,...) and how can disable it. Thanks. :doh:
We are haven't bug,just temporarily undecided problems.
I would suggest that you could have a server side filter that will only accept messsages where a certain percentage of the message conforms to your policy. But saying 'English Only' is a bad option, do you accept café? What about allat?
Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H
-
I would suggest that you could have a server side filter that will only accept messsages where a certain percentage of the message conforms to your policy. But saying 'English Only' is a bad option, do you accept café? What about allat?
Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H
Hi. Yep, you are right ,i need change my logic. Thanks.
We are haven't bug,just temporarily undecided problems.