Monday, July 18, 2011

How would I skip the validation in a php page as ive validated in javascript?

If you validated the form in javascript BEEFORE sending it to php (which is what you should do!), they whay would you re-validate the entries in Php??? Just read the form as it is, mysql_real_escape the fields that you want to store in the DB, and that's it...

No comments:

Post a Comment