News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Form Validation with PHP
March 12, 2012 @ 12:17:03

On PHPMaster.com today there's a new tutorial showing how to do some form validation using some basic PHP (no external libraries or tools here). This is a beginner level tutorial to help you get familiar with the concepts behind doing validation (and

In this article you'll construct and validate a simple form using HTML and PHP. The form is created using HTML and validation and processing of the form's contents is done with PHP. The goal is to teach you some basic HTML form elements and how their data is accessible to you in your PHP scripts.

They start with the form itself, a basic setup with various kinds of fields - text, select, radio and a checkbox. Both the HTML markup and the PHP to do the validation is included. They check for things like "not empty", "must select one" and optional fields. Be sure to read the comments for some good tips on filtering the form's input too.

0 comments voice your opinion now!
validation form tutorial html beginner


blog comments powered by Disqus

Similar Posts

Blogs.sun.com: NetBeans for PHP

PHPit.net: Building a simple MVC system with PHP5

Sameer Borate's Blog: Printing relative dates in php

Larry Garfield's Blog: Good SPL intro

Josh Adell's Blog: Phar Flung Phing


Community Events









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


language event release interview composer framework code introduction community object phpunit unittest api database zendframework2 testing opinion functional example development

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