The form validation tutorial with php and java

Visit Publisher Site

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 java
  • Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose
    Rated 3.73 out of 5 (28 ratings)
  • 1 Member Reviews
  • Views: 12,084
  • Price: Free

Listing 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 Review
Average Member Rating: 3.73/5

Displaying 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).

See all 1 reviews for The form validation tutorial with php and java