if (isset($HTTP_POST_VARS["enviar"]) && $HTTP_POST_VARS["enviar"]=="1"){ $webmail = $HTTP_POST_VARS["first_name"]; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: $webmail"; $d_email = "superherogeek@gmail.com"; $last_name = $HTTP_POST_VARS["last_name"]; $organization = $HTTP_POST_VARS["organization"]; $home_phone = $HTTP_POST_VARS["home_phone"]; $work_phone = $HTTP_POST_VARS["cellPhone"]; $email = $HTTP_POST_VARS["email"]; $repeat_yes = $HTTP_POST_VARS["repeat_yes"]; $repeat_no = $HTTP_POST_VARS["repeat_no"]; $last_tuned = $HTTP_POST_VARS["last_tuned"]; $yellow_pages = $HTTP_POST_VARS["yellow_pages"]; $adv_vehicle = $HTTP_POST_VARS["adv_vehicle"]; $adv_website = $HTTP_POST_VARS["adv_website"]; $adv_referral = $HTTP_POST_VARS["adv_referral"]; $adv_other = $HTTP_POST_VARS["adv_other"]; $webmail = $HTTP_POST_VARS["first_name"]; $referral_info = $HTTP_POST_VARS["referral_info"]; $address = $HTTP_POST_VARS["address"]; $city = $HTTP_POST_VARS["city"]; $zip_code = $HTTP_POST_VARS["zip_code"]; $complexName = $HTTP_POST_VARS["complexName"]; $comments = $HTTP_POST_VARS["comments"]; $gateCode = $HTTP_POST_VARS["gateCode"]; $best_time = $HTTP_POST_VARS["best_time"]; $repair = $HTTP_POST_VARS["repair"]; $crossStreet = $HTTP_POST_VARS["crossStreet"]; mail($d_email, $first_name, $last_name, $organization, $home_phone, $cellPhone, $email, $repeat_yes, $repeat_no, $last_tuned, $yellow_pages, $PTG_Site, $internet, $adv_referral, $adv_other, $webmail, $referral_info, $address, $city, $zip_code, $crossStreet, $best_time, $repair, $complexName, $comments, $gateCode); header("location:about us.htm"); } ?>