Advertisement
myphp

Untitled

Jun 12th, 2020
1,245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. if(!empty($_POST['myform-1')){
  2.     debug($_POST);
  3.     $fields = load($fields);
  4.     debug($fields);
  5.     if($errors = validate($fields)){
  6.         debug($errors);
  7.     }else{
  8.         echo 'OK';
  9.         // mail
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement