News Feed
Jobs Feed
Sections




News Archive
Sameer's Blog:
Validating POST fields the easy way
December 15, 2008 @ 16:44:17

Sameer has posted his "easy way" to validate user input coming in over a POST request:

Validating POST data from a form is a common requirement for a developer. If the number of form fields are few than the validation is a small matter. But the case is different when the form contains more than 15 or 20 fields and some of the fields are mandatory. The following code will give you an idea of how to easily validate mandatory fields, whatever the number of fields.

His method prefixes the form fields with a certain string (in his case "c_") and uses that to loop through and act as a hook to check only the form values that were submitted (and nothing else that happens to be in the $_POST array). Any number of checks could be added on to this simple example including type checks, length and validating off of another field - like a password confirm match.

0 comments voice your opinion now!
validate form value easy tutorial


blog comments powered by Disqus

Similar Posts

Shashikant Jagtap's Blog: Adding More Sauce To Behat

Inside DealTaker Blog: Kohana PHP 2.3.x Tutorial Part 1

DevShed: Using Directory Iterators and MySQL with Adapter Objects with PHP

Matthew Weier O'Phinney's Blog: Creating Re-Usable Zend_Application Resource Plugins

ONLamp.com: Quick and Clean PHP Forms


Community Events











Don't see your event here?
Let us know!


series framework interview functional development conference unittest zendframework2 language podcast introduction object opinion example code composer tool community testing release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework