Please contact the following person


Name: {$_POST[‘name’]}
Company: {$_POST[‘company’]}
Title: {$_POST[‘title’]}
Email: {$_POST[’email’]}
Address: {$_POST[‘address’]}
City: {$_POST[‘city’]}
State: {$_POST[‘state’]}
Zip: {$_POST[‘zip’]}
Phone: {$_POST[‘phone’]}
Fax: {$_POST[‘fax’]}
Type of Space: {$_POST[‘typeSpace’]}
Preference: {$_POST[‘preference’]}
Square Footage: {$_POST[‘squareFootage’]}
Lease Term: {$_POST[‘leaseTerm’]}
Layout: {$_POST[‘layout’]}
Comments: {$_POST[‘comments’]}
“; //echo “cool”; // x-mailer script include(‘xmailer/htmlMimeMail.php’); $mail = new htmlMimeMail(); $body = $message; $email = $to; $mail->setHtml($body); $mail->setReturnPath(‘webadmin@bvdhosting.com’); $mail->setFrom($from); $mail->setSubject($subject); $mail->setHeader(‘X-Mailer’, ‘HTML Mime mail class (http://www.phpguru.org)’); $result = $mail->send(array($email)); header (“Location: ../thanks”); ?>