Download Resume "; $DataArray["JobID"]=$JobID; $DataArray["Name"]=@($_POST['FirstName'])." ".@($_POST['LastName']); $DataArray["Email"]=@($_POST['Email']); $DataArray["Telephone"]=@($_POST['Telephone']); $DataArray["Comments"]=@($_POST['Comments']); $ResumeObj->TableInsert($DataArray); $CustomObj->SendMailByUsingTemplate("enquiry.php",$MyPostArray); $_SESSION["InfoMessage"]="Your resume has been sent"; MyRedirect(MakePageURL("index.php","Page=vacancies&JobID=".$JobID)); exit; }

VACANCIES