|
Application
//$headers = 'From: webmaster@pcfruit.com' . "\r\n" .
// 'Reply-To: webmaster@pcfruit.com' . "\r\n" .
// 'X-Mailer: PHP/' . phpversion();
//if (mail('acase@pcfruit.com', 'subject', 'here is my message', $headers))
//{
//print "mail sent";
//}
/*BEGIN CODE TO INSERT INTO DB AND SEND EMAIL*/
/*AS OF 06-16-2006 I AM NOT INSERTING APPLICATIONS INTO THE DB. SCRIPT JUST EMAILS MYSELF AND RESUMES@PCFRUIT.COM*/
if(isset($send))
{
//require_once("email.php");
//$ip = getenv("REMOTE_ADDR");
/*SEND THIS INFORMATION BY EMAIL*/
//employment@pcfruit.com, tbrugato@pcfruit.com
$to = 'acase@pcfruit.com, resumes@pcfruit.com';
$subject = 'apply for job';
$headers = 'From: acase@pcfruit.com' . "\r\n" .
'Reply-To: acase@pcfruit.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
if(mail($to, $subject, "
Name:
$fname $lname\n
Address: \r
$address1, $address2\r
$city, $state. $zip\n
Email:\r
$email\n
Phone:\r
$phone\n
Position:\r
$id\n
Comments:\r
$comments\n
Resume:\r
$resume\n
", $headers))
{
print "for job: ";
print $id;
print " Thank you $fname $lname, we have received your employment application.";
include("../bottom.php");
exit();
}
else
{
print "Email not Sent - Please email resume to resumes@pcfruit.com";
}
}
?>
Please complete the preliminary employment application below. A member of our Human Resources (H.R.) will contact you if your application meets our qualification. Thank you.
Home |
About Us |
Products |
Ordering |
Market Info |
Employment
|