PHP Classes

simple how-to

Recommend this page to a friend!

      Form Validator Class  >  All threads  >  simple how-to  >  (Un) Subscribe thread alerts  
Subject:simple how-to
Summary:check my snippet, please
Messages:2
Author:Shilov Gennadiy
Date:2016-06-19 16:42:19
 

  1. simple how-to   Reply   Report abuse  
Picture of Shilov Gennadiy Shilov Gennadiy - 2016-06-19 16:42:19
$post_data = array ('email' => $_POST["email"], 'telephone' => $_POST["phonenumber"],);
$answer = new Form_validator;
$answer -> validation ($post_data);

It does not work(

  2. Re: simple how-to   Reply   Report abuse  
Picture of fil joseph elman fil joseph elman - 2016-06-23 08:00:28 - In reply to message 1 from Shilov Gennadiy
Hello, thanks for the feedback, but I updated the class with the given example with it.