Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if (isset($_POST['Submit'])) {
  2.  
  3. if(empty($_POST['company']) || !isset($_POST['company']) || empty($_POST['address']) || !isset($_POST['address']) || empty($_POST['email']) || !isset($_POST['email']) || empty($_POST['phone']) || !isset($_POST['phone']) ) {
  4.  
  5. $msg .= Registration_error().'<center><font color="#FF0000">ERROR: One or more boxes haven\'t been filled in please try again. </font></center> <br>' ;
  6.  
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement