session_start(); // width 660 // Has the form been submitted? If not skip to the HTML if( isset($_POST['go'])) { // Check if the security code matched the image. if( $_SESSION['security_code'] == $_POST['security_code'] && !empty($_SESSION['security_code'] ) ) { //If the security code was entered correctly process the form //$mailto = "donix@localhost.com"; $mailto = "woodciti@gmail.com"; $subject = "Inquiry from GateCiti.com"; $email = $_POST['email']; $redirect = $_POST['redirect']; if (eregi("\r",$email) || eregi("\n",$email)) { die("Why ?? :("); } $message = "
GateCiti® Studio Thailand | ||
•QUOTATION REQUEST FORM• | ||
Iron Ornamental Gates | ||
INQUIRY TYPE | ".$_POST['inquiry_type']." | |
SPECIFICATIONS | ||
Gate Design Number: | ".$_POST['design_num']." | |
Material: | ".$_POST['material']." | |
Opening : | ".$_POST['opening']." | |
Elements : | Main Gate | |
Main Gate with Build-In Walk Gate | ||
Walk Gate | ||
Fence | ||
Mailbox | ||
Lantern (set of two) | ||
Number-Sign | ||
MEASUREMENT (in Centimeters) | ||
Main Gate: | DR1 = ".$_POST['dr1']." | DR2 = ".$_POST['dr2']." |
DR3 = ".$_POST['dr3']." | DR4 = ".$_POST['dr4']." | |
Walk Gate: | WK1 = ".$_POST['wk1']." | WK2 = ".$_POST['wk2']." |
WK3 = ".$_POST['wk3']." | ||
Fence: | FE1 = ".$_POST['fe1']." | FE2 = ".$_POST['fe2']." |
FE3 = ".$_POST['fe3']." | FE4 = ".$_POST['fe4']." | |
".$_POST['units']." Units | ||
Number of fence segments | ||
CLIENT’S INQUIRY | ".$_POST['inquiry']." | |
CUSTOMER DATA | ||
First and Last Name: | ".$_POST['name']." | |
Business Title: | ".$_POST['business_title']." | |
Company: | ".$_POST['company']." | |
Street Address (no PO Box): | ".$_POST['street_address']." | |
City: | ".$_POST['city']." | |
State/Province: | ".$_POST['state']." | |
Zip: | ".$_POST['zip']." | |
Country: | ".$_POST['country']." | |
Mobile/Cell Phone Number: | ".$_POST['mobile_num']." | |
Mobile/Cell Phone Carrier: | ".$_POST['mobile_carrier']." | |
Telephone (land-line): | ".$_POST['telephone']." | |
Fax: | ".$_POST['fax']." | |
Email Primary: | ".$_POST['primary_email']." | |
Email Alternate: | ".$_POST['alternate_email']." | |
Skype ID: | ".$_POST['skype_id']." | |
MSN Win Live ID: | ".$_POST['msn_id']." | |
Yahoo! Messenger: | ".$_POST['yahoo_msn']." | |
Google Talk ID: | ".$_POST['google_talk_id']." | |
AIM AOL Messenger: | ".$_POST['aim_aol_msn']." | |
Web-Site/URL Address: | ".$_POST['web_url']." | |
Major City near You: | ".$_POST['major_city_near_you']." | |
SHIPPING METHOD | ".$_POST['shipping_method']." | |
Copyright © GateCiti 2008 • Iron Ornamental Gates |
tags. echo('
Mail could not be sent. Please use your back button to try again.
'); } } } ?>