The form validation tutorial with php and java
Form validation the process that occurs after the user clicks the submit button and before the form data processed by a PHP, JAVA or CGI program. In this tutorial, you'll learn how to intercept the submission and pass the form data through one validation tests. At the end of this tutorial, you´ll have a complete form validation framework in php wich can be seemless integerate in existing web applications.
Visit publisher site: The form validation tutorial with php and javaListing Details
- Version:
- 1.2
- Filed in:
-
Scripts / PHP / Tutorials & Tips / Form Processing
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Oliver Dornauf Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Other
- Price:
- 0.00
- Additional Info:
- POS-X
LICENSE #2
- License Type:
- BSD
- Price:
- $0.00 USD
- Additional Info:
- POS-X2
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
The article uses a method for form validation that involves creating invalid HTML (it adds extra invalid attributes to input elements to indicate validation requirements, which are then parsed server side). This is a Bad Idea for any who cares about web standards (which should be everyone).