Attach file is not correct
'; } } /////////////////////////////////////////////////////////// if (empty($_POST['firstname'])==FALSE && empty($_POST['lastname'])==FALSE && empty($_POST['email'])==FALSE && empty($_POST['tel'])==FALSE && empty($_POST['address'])==FALSE) { if (isset($_POST['firstname']) && isset($_POST['lastname']) && isset($_POST['email']) && isset($_POST['tel']) && isset($_POST['address'])) { if (isset($_POST["verify"])) { if ($_SESSION["verifycode"] == $_POST["verify"]) { $sql="insert into job_tb values ('', '".$_POST['education']."', '".$_POST['graduate']."', '".$_POST['applying']."', '".$_POST['relocate']."', '".$insertfilename."', '".$_POST['salary']."', '".$_POST['firstname']."', '".$_POST['lastname']."', '".$_POST['gender']."', '".$_POST['email']."', '".$_POST['tel']."', '".$_POST['address']."', 0)"; $result=mysql_query ($sql, $conn); // echo $sql; if ($result) { $succ = '
Thank you, We will review your application from.
';
}
}
else
$error = "verfiy code is not correct or empty!";
}
else
$error = "you must enter verfiy code.";
}
else
$error = "you must enter values for all required fields.";
}
?>
Employment Application
|
|
|