connect(); if (!$con) { die ('I cannot connect to the database because: ' . mysql_error()); } mysql_select_db($dbMysql->database); if ("" != $_POST['business_name']) { $type = $_POST['business_type']; switch($type) { case "b_b": $selectType = "Bed & Breakfasts"; break; case "golf": $selectType = "Golf Courses"; break; case "rest": $selectType = "Restaurants"; break; case "spas": $selectType = "Spas"; break; case "other": $selectType = "Other"; break; } $status = AddPending($_POST, $_FILES, $type); if ($status) { $msg="

New Partner:

Business Name: ".$_POST['business_name']."

Physical Address1: ".$_POST['address_1']."

Physical Address2: ".$_POST['address_2']."

City: ".$_POST['city']."

State: ".$_POST['state']."

ZIP: ".$_POST['zip']."

Country: ".$_POST['country']."

Type of Business: ".$selectType."

Job Title: ".$_POST['job_title']."

First Name: ".$_POST['first_name']."

Last Name: ".$_POST['last_name']."

Phone Number: ".$_POST['phone']."

Fax: ".$_POST['fax']."

Email: ".$_POST['email']."

Web Site: ".$_POST['web_site']."

Comments:
".$_POST['comments']."

"; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: \r\n"; mail('newpartner@giftescapes.com','GiftEscapes.com',$msg,$headers); header("location: thank-you.html"); die(); } } $sqlStates = "select distinct state,state_abbrev from states where state!='' ORDER by state ASC "; $resStates = mysql_query($sqlStates,$con); if (isset($_POST['state'])) { $state = $_POST['state']; $sqlCities = "select distinct city_region from city_region where state='$state' ORDER by city_region ASC "; $rCities = mysql_query($sqlCities); } mysql_close($con); ?> Gift Escapes
Businesses...
Interested in joining
our network? Please
click here.



 

Thank you for your interest in joining the GiftEscapes.com Partner Network!

If you represent a B&B/Inn, spa, golf course, or restaurant and would like to
join the GiftEscapes.com Partner Network please complete the form below,
read and agree to the “Terms and Conditions” of the Partner Agreement,
and click on the “I Agree” button at the bottom of the page.

Please note: If you operate more than one business (e.g. a B&B with a spa,
a golf course with a restaurant), and would like to have each one listed,
please fill this form out for each business. This is important as you will be
assigned separate "Partner Numbers" for each business.

Business Information
Business Name
Physical Address1
Physical Address2
City
State
ZIP
Country
Type of Business
Contact Information
Job Title
First Name
Last Name
Phone Number
Fax Number
Email
Web Site
Additional Information
Comments
  Click here to read the Partner Agreement

By clicking on the “I Agree” button, I attest that
I am authorized to register the business listed above and that I have read the “Terms and Conditions” of the GiftEscapes.com “Partner Agreement.”