PDA

View Full Version : PHP code Restriction



ethantinder
05-05-2008, 10:30 AM
how to validate the textfields:

email address???
State??
Phone...??

check if the entered key is correct....

webburu
08-11-2008, 08:53 PM
you should validate them in both client side by using javascript and server side by using php.
try this one validate form using php (you should validate them in both client side by using javascript and server side by using php. try this one [URL="http://www.benjaminkeen.com/software/php_validation/)

Todd W
08-12-2008, 03:34 PM
Pre-Existing javascript code for this.

Then verify it's safe before doing the query via php/mysql functions.

-Todd