PHP Classes

File: output.txt

Recommend this page to a friend!
  Classes of Nemeth Zoltan   Form Data Validator   output.txt   Download  
File: output.txt
Role: Sample output
Content type: text/plain
Description: Sample output from index.php
Class: Form Data Validator
Validate submitted form input values
Author: By
Last change:
Date: 9 years ago
Size: 437 bytes
 

Contents

Class file image Download
Validation start. POST data --- array ( 'name' => 'Test Johnson', 'nick' => '', 'email' => '', 'message' => '', 'sample' => '', ) After validation array ( 'errors' => array ( 'nick' => 'The nick field is required!', 'message' => 'The message field is required!', 'email' => 'Please you give a valid e-mail address!', ), 'validated' => array ( 'name' => 'Test Johnson', ), )