check($_POST['captcha_code']) == false) { // the code was incorrect // handle the error accordingly with your other error checking // or you can do something really basic like this $errormsg[] = "Please enter the correct captcha code."; } if (strlen($_POST["firstname"]) < 2) $errormsg[] = "Please fill in your first name."; if (strlen($_POST["lastname"]) < 2) $errormsg[] = "Please fill in your last name."; if (strlen($_POST["Email"]) < 8) $errormsg[] = "Please fill in your email address."; //if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) { if (isset($errormsg)){ $_POST["MM_insert"] = ""; unset($_POST["MM_insert"]); } } $editFormAction = $_SERVER['PHP_SELF']; if (isset($_SERVER['QUERY_STRING'])) { $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']); } if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) { $name = "Employment Response"; $email = 'darren@buttesand.com'; $eol = "\r\n"; $reply = $_POST["Email"]; $name = $_POST["firstname"] . " " . $_POST["lastname"] . "$eol"; $message = "Employment Application $eol"; $message .= "On: " . $_POST["http_date"] . " at " . $_POST["http_time"] . "$eol"; $message .= "------EMPLOYMENT APPLICATION--------$eol$eol"; $message .= "Submitted by: " . $_POST["firstname"] . " " . $_POST["middlename"] . " " . $_POST["lastname"] . "$eol"; $message .= "Address: " . $_POST["address"] . "$eol"; $message .= "City, State Zip: " . $_POST["city"] . ", " . $_POST["state"] . " " . $_POST["zip"] . "$eol"; $message .= "Email: " . $_POST["Email"] . "$eol"; $message .= "Day Phone: " . $_POST["dayphone"] . "$eol"; $message .= "Mobile Phone: " . $_POST["mobile"] . "$eol"; $message .= "------------------------------------$eol$eol"; $message .= "Date available to start: " . $_POST["date"] . "$eol"; $message .= "Salary Requirements: " . $_POST["salary"] . "$eol"; $message .= "Have Work Permit: " . $_POST["permit"] . "$eol"; $message .= "If Yes when? " . $_POST["permit-2"] . "$eol"; $message .= "If No explain: " . $_POST["explain"] . "$eol"; $message .= "Are you a US citizen: " . $_POST["citizen"] . "$eol"; $message .= "If not do you have papers: " . $_POST["papers"] . "$eol"; $message .= "Type of employment: " . $_POST["full-time"] . " - " . $_POST["part-time"] . " - " . $_POST["temporary"] . " - " . $_POST["flex-time"] . "$eol"; $message .= "Been convicted of a crime: " . $_POST["crime"] . "$eol"; $message .= "Crime details: " . $_POST["crime-yes"] . "$eol"; $message .= "Driver's license: " . $_POST["drivers-license"] . "$eol"; $message .= "-------EDUCATION--------------$eol$eol"; $message .= "High School: " . $_POST["highschool"] . "$eol"; $message .= "Address: " . $_POST["hs-address"] . "$eol"; $message .= "# of years completed: " . $_POST["hs-years"] . "$eol"; $message .= "Did you graduate: " . $_POST["hs-graduate"] . "$eol"; $message .= "Degree: " . $_POST["hs-degree"] . "$eol"; $message .= "GPA: " . $_POST["hs-gpa"] . "$eol"; $message .= "College/University: " . $_POST["college"] . "$eol"; $message .= "Address: " . $_POST["co-address"] . "$eol"; $message .= "# of years completed: " . $_POST["co-years"] . "$eol"; $message .= "Did you graduate: " . $_POST["co-graduate"] . "$eol"; $message .= "Degree: " . $_POST["co-degree"] . "$eol"; $message .= "GPA: " . $_POST["co-gpa"] . "$eol"; $message .= "Additional Education: " . $_POST["hs-add"] . "$eol"; $message .= "-------REFERENCES--------------$eol$eol"; $message .= "Name: " . $_POST["ref-name"] . "$eol"; $message .= "Phone: " . $_POST["ref-phone"] . "$eol"; $message .= "Address: " . $_POST["ref-address"] . " " . $_POST["ref-city"] . ", " . $_POST["ref-state"] . " " . $_POST["ref-zip"] . "$eol"; $message .= "------------------------------------$eol$eol"; $message .= "Name: " . $_POST["ref-name2"] . "$eol"; $message .= "Phone: " . $_POST["ref-phone2"] . "$eol"; $message .= "Address: " . $_POST["ref-address2"] . " " . $_POST["ref-city2"] . ", " . $_POST["ref-state2"] . " " . $_POST["ref-zip2"] . "$eol"; $message .= "------------------------------------$eol$eol"; $message .= "---SUMMARIZE YOUR SPECIAL SKILLS OR QUALIFICATIONS---$eol"; $message .= "Skills: " . $_POST["skills"] . "$eol"; $message .= "-------PREVIOUS EMPLOYMENT------$eol$eol"; $message .= "Dates of Employment: " . $_POST["from-01"] . " to " . $_POST["to-01"] . "$eol"; $message .= "Position held: " . $_POST["position-01"] . "$eol"; $message .= "Firm: " . $_POST["firm-01"] . "$eol"; $message .= "Firm Address: " . $_POST["firm-address-01"] . "$eol"; $message .= "Firm Phone: " . $_POST["firm-phone-01"] . "$eol"; $message .= "Supervisor: " . $_POST["supervisior-01"] . "$eol"; $message .= "Title: " . $_POST["supervisior-title-01"] . "$eol"; $message .= "Responsibilities: " . $_POST["responsibilities-01"] . "$eol"; $message .= "Starting Salary and Title: " . $_POST["salary-history-01"] . "$eol"; $message .= "Reason for Leaving: " . $_POST["reason-01"] . "$eol"; $message .= "May we contact this employer: " . $_POST["reference-01"] . "$eol"; $message .= "------------------------------------$eol$eol"; $message .= "Dates of Employment: " . $_POST["from-2"] . " to " . $_POST["to-01"] . "$eol"; $message .= "Position held: " . $_POST["position-2"] . "$eol"; $message .= "Firm: " . $_POST["firm-2"] . "$eol"; $message .= "Firm Address: " . $_POST["firm-address-2"] . "$eol"; $message .= "Firm Phone: " . $_POST["firm-phone-2"] . "$eol"; $message .= "Supervisor: " . $_POST["supervisior-2"] . "$eol"; $message .= "Title: " . $_POST["supervisior-title-2"] . "$eol"; $message .= "Responsibilities: " . $_POST["responsibilities-2"] . "$eol"; $message .= "Starting Salary and Title: " . $_POST["salary-history-2"] . "$eol"; $message .= "Reason for Leaving: " . $_POST["reason-2"] . "$eol"; $message .= "May we contact this employer: " . $_POST["reference-2"] . "$eol"; $message .= "------------------------------------$eol$eol"; $message .= "Dates of Employment: " . $_POST["from-3"] . " to " . $_POST["to-01"] . "$eol"; $message .= "Position held: " . $_POST["position-3"] . "$eol"; $message .= "Firm: " . $_POST["firm-3"] . "$eol"; $message .= "Firm Address: " . $_POST["firm-address-3"] . "$eol"; $message .= "Firm Phone: " . $_POST["firm-phone-3"] . "$eol"; $message .= "Supervisor: " . $_POST["supervisior-3"] . "$eol"; $message .= "Title: " . $_POST["supervisior-title-3"] . "$eol"; $message .= "Responsibilities: " . $_POST["responsibilities-3"] . "$eol"; $message .= "Starting Salary and Title: " . $_POST["salary-history-3"] . "$eol"; $message .= "Reason for Leaving: " . $_POST["reason-3"] . "$eol"; $message .= "May we contact this employer: " . $_POST["reference-3"] . "$eol"; $message .= "------------------------------------$eol$eol"; $message .= "Dates of Employment: " . $_POST["from-4"] . " to " . $_POST["to-01"] . "$eol"; $message .= "Position held: " . $_POST["position-4"] . "$eol"; $message .= "Firm: " . $_POST["firm-4"] . "$eol"; $message .= "Firm Address: " . $_POST["firm-address-4"] . "$eol"; $message .= "Firm Phone: " . $_POST["firm-phone-4"] . "$eol"; $message .= "Supervisor: " . $_POST["supervisior-4"] . "$eol"; $message .= "Title: " . $_POST["supervisior-title-4"] . "$eol"; $message .= "Responsibilities: " . $_POST["responsibilities-4"] . "$eol"; $message .= "Starting Salary and Title: " . $_POST["salary-history-4"] . "$eol"; $message .= "Reason for Leaving: " . $_POST["reason-4"] . "$eol"; $message .= "May we contact this employer: " . $_POST["reference-4"] . "$eol"; $message .= "------------------------------------$eol$eol"; $message .= "I certify my answers: " . $_POST["security"] . "$eol"; $subject = 'Employment Response'; //$headers = "MIME-Version: 1.0$eol"; // $headers .= "Content-type: text/html; charset=iso-8859-1$eol"; //$headers .= "AmericanWhiteWater.com Reservation Request From: " . $_POST["real"] . ">$eol"; //mail($email, "AmericanWhiteWater.com Reservation Request", $message, $headers); //$headers = 'From: info@americanwhitewater.com' . "\r\n" . //'Reply-To: $reply' . "\r\n" . //'MIME-Version: 1.0'; $headers = "From: $name <$reply>\n\n"; $headers .= "Reply-To: $name <$reply>\n"; $headers .= "MIME-Version: 1.0"; mail($email, $subject, $message, $headers); //mail($email, //'AmericanWhiteWater.com Reservation Request', $message, //"To: AmericanWhiteWater.com \n" . //"From: AmericanWhiteWater.com \n" . //$headers); $GLOBALS['ThankyouMsg'] = "Thank you for visiting our Web Site.

"; $GLOBALS['ThankyouMsg'] .= "We appreciate this opportunity to be of service, as well as your feedback

"; $GLOBALS['ThankyouMsg'] .= "Thanks again!"; session_register('ThankyouMsg'); $insertGoTo = "thank-you-contact.php"; if (isset($_SERVER['QUERY_STRING'])) { $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?"; $insertGoTo .= $_SERVER['QUERY_STRING']; } header(sprintf("Location: %s", $insertGoTo)); } ?> Butte Sand and Gravel Pit Sutter County Yuba City Marysville Colusa
Email us Map to our location Our Sand and Gravel Products Our Services


Online Employment Application

Serving Sutter, Yuba, Butte and Colusa Counties

We are always looking for great employees. In addition, we are looking for just the right person who would be able to answer the telephone, be articulate in explaining our products and services to those that inquire.

All of our employees must have a vision for our business, be honest and articulate, caring and tactful.

CALL 530-696-2486

 

Copyright © 2005 All Rights Reserved by Butte Sand and Gravel Inc. - privacy policy