Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. if($errorFname=='' AND $errorLName=='' AND $errorCName=='' AND $errorCAddress=='' AND $errorCState=='' AND $errorCZip=='' AND $errorCWebsite=='' AND $errorCEmail=='' AND $errorCEmail2==''){//no text is in $error, the page has verified
  2.          $pass="1";
  3.     }else{
  4.        echo "<span style=color:red>$error</span>";
  5.        $pass="0";
  6.     }                
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement