Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(!empty($_POST['myform-1')){
- debug($_POST);
- $fields = load($fields);
- debug($fields);
- if($errors = validate($fields)){
- debug($errors);
- }else{
- echo 'OK';
- // mail
- }
- }
RAW Paste Data