$v)
{
$_POST[$k] = trim($v);
}
$body = "";
$errors = array();
if(isset($_POST['Submit']))
{
if($_POST['jobType'] == "")
{ $errors['jobType'] = "* Required"; }
else
{ $body .= "Job Type = ".$_POST['jobType']."\n\n"; }
if($_POST['name'] == "")
{ $errors['name'] = "* Required"; }
else
{ $body .= "Applicant Name = ".$_POST['name']."\n\n"; }
if($_POST['address'] == "")
{ $errors['address'] = "* Required"; }
else
{ $body .= "Address = ".$_POST['address']."\n\n"; }
if($_POST['phone'] == "")
{ $errors['phone'] = "* Required"; }
else
{ $body .= "Phone = ".$_POST['phone']."\n\n"; }
$body .= "Cell Phone = ".$_POST['cellPhone']."\n\n";
$body .= "Pager = ".$_POST['pager']."\n\n";
if($_POST['email'] == "")
{ $errors['email'] = "* Required"; }
else
{ $body .= "Email = ".$_POST['email']."\n\n"; }
$body .= "Can Work = ";
if(isset($_POST['sunday']))
{ $body .= "Sun "; }
if(isset($_POST['monday']))
{ $body .= "Mon "; }
if(isset($_POST['tuesday']))
{ $body .= "Tue "; }
if(isset($_POST['wednesday']))
{ $body .= "Wed "; }
if(isset($_POST['thursday']))
{ $body .= "Thu "; }
if(isset($_POST['friday']))
{ $body .= "Fri "; }
if(isset($_POST['saturday']))
{ $body .= "Sat "; }
$body .= "\n\n";
$body .= "Experience = " . $_POST['experience'] . "\n\n";
$body .= "Experience With = ";
if(isset($_POST['medical']))
{ $body .= "Medical "; }
if(isset($_POST['roughASCII']))
{ $body .= "Rough ASCII "; }
if(isset($_POST['realtime']))
{ $body .= "Realtime "; }
$body .= "\n\n";
if(count($errors) == 0)
{
mail("LarryW@alliancereporting.com","Employment Form",$body,"From: website@alliancereporting.com");
header("Location: employment_thankyou.htm");
exit;
}
}
?>
NY Court Reporters | Court Interpreter | Court Reporting | Court Stenographer | Transcripts | Stenography | Alliance Reporting Service, Inc
|
 |
| > |
Please fill out
the following form (bold fields are required) |
|
|
|
 |
| |