“;
$comment=preg_replace(“/(\015\012)|(\015)|(\012)/”,”
“, $comment);
if($lname==”” || $email==”” || $fname==”” || $address==”” || $city==”” || $st==”” || $zip==”” || $country==”” || $phone1==”” || $ebhs==”” || $employ1==”” || $refname1==”” || $refemp1==”” || $refpos1==”” || $refadd1==””){
$errors=1;
$error.=”
}
if($signature==”” ){
$errors=1;
$error.=”
}
if($verify==”” ){
$errors=1;
$error.=”
}
if(!eregi(“^[a-z0-9]+([_\\.-][a-z0-9]+)*” .”@”.”([a-z0-9]+([\.-][a-z0-9]+)*)+”.”\\.[a-z]{2,}”.”$”,$email)){
$error.=”
$errors=1;
}
if($errors==1) echo $error;
else{
$where_form_is=”http”.($HTTP_SERVER_VARS[“HTTPS”]==”on”?”s”:””).”://”.$SERVER_NAME.strrev(strstr(strrev($PHP_SELF),”/”));
$message=”
General Information:
|
|||||||||||||||||||||||||||||||||||||
Physical Address:
|
|||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||
Have If hired, your responses will be verified by a criminal Were Federal, |
|||||||||||||||||||||||||||||||||||||
EMPLOYMENT RECORD: Academics Plus, Inc. reserves the right to verify all information including salary. |
|||||||||||||||||||||||||||||||||||||
List all periods of employment, including any military service, for the last ten years (or last four employers). Start with your most recent positions and note any periods of unemployment. Be sure to sign the bottom of this page. |
|||||||||||||||||||||||||||||||||||||
May we contact your present employer? “.$contact.” |
|||||||||||||||||||||||||||||||||||||
Employer 1
|
|||||||||||||||||||||||||||||||||||||
Employer 2
|
|||||||||||||||||||||||||||||||||||||
Employer 3
|
|||||||||||||||||||||||||||||||||||||
Employer 4
|
|||||||||||||||||||||||||||||||||||||
References: List at least 3 individuals qualified to give an opinion of your ability and experience. Lack of correct or complete information regarding applicable references may hinder or disqualify your application from further consideration. |
|||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||
Please read the following statements carefully. We will consider you for employment after you sign this application. Typing your name in the box below will be accepted as your signature. |
|||||||||||||||||||||||||||||||||||||
Signature: |
|||||||||||||||||||||||||||||||||||||
‘”;
$message2=”This is an automated response to inform you that your application has been received and will be processed. We ask for your patience while your application is being assessed. A company representative will be in contact with you when openings in your area become available.”;
$headers = ‘MIME-Version: 1.0’ . “\r\n”;
$headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “\r\n”;
$headers .= “From: employment@academicplusinc.com>\r\n”;
$headers2 = ‘MIME-Version: 1.0’ . “\r\n”;
$headers2 .= ‘Content-type: text/html; charset=iso-8859-1’ . “\r\n”;
$headers2 .= “From: $email>\r\n”;
$message = stripslashes($message);
$message2 = stripslashes($message2);
/* mail(“lesstewart@msn.com”,”Employment Application”,$message,$headers); */
mail(“aplusemployment@academicsplusinc.com,aplusdrb@academicsplusinc.com”,”Employment Application”,$message,$headers);
mail(“$email”,”Your Employment Application Was Received”,$message2,$headers);
?>
,