$email = $_REQUEST['email'] ; $message = $_REQUEST['message'] ; $subject = $_REQUEST['subject'] ; if (!isset($_REQUEST['email'])) { header( "Location: http://www.iraqibrandsand.com/contact.html" ); } elseif (empty($email) || empty($message)) { ?>