<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
<html>
 
  <head>
 
    <title>ApPHP DataValidator :: Examples :: Index Page</title>
 
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
    <meta name='keywords' content='php data validator, php datavalidator, php validate data, form validation' />
 
    <meta name='description' content='Advanced Power of PHP - using of ApPHP DataValidator' />
 
    <meta content='Advanced Power of PHP' name='author'></meta>
 
    <style type="text/css">
 
        BODY { padding:20px; }
 
    </style>
 
</head>
 
<body>
 
 
    Click below to view ApPHP DataValidator:<br /><br />
 
    
 
    1. <a href="example_array.php">Example for Static Data</a><br>
 
    2. <a href="example_form.php">Example (advanced) for Web Form</a><br>
 
    3. <a href="example_form_simple.php">Example (simple) Web Form</a>
 
    
 
</body>
 
</html>
 
    
 
 |