Featured
-
No Featured Found!
Tags
How To Check For Banned Word On Page With Javascript ?
Folks,
I'm trying to add a content filter (banned words filter) onto a web proxy. When the Javascript detects any of the banned words on the page, it should:
* echo/print on screen/display a warning to the user:
"Banned word "...
send data into php using javascript and ajax
i need to send data into my database using ajax but i don't need to send duplicate data so how can i return false if the username or email already exist in my database or prevent submit also i need to prevent submit if the password fields are...