Contact Us "; if($_POST['status'] == "check") { $body = "Name: {$_POST['fullname']}\nEmail: {$_POST['email']}\n"; if($_POST['phone']) { $body.="Phone: {$_POST['phone']}\n"; } $body.="\n{$_POST['message']}\n"; $sendto = "info@cafexinca.com"; $subject = "A Message from the Cafe Xinca.com website"; mail($sendto, $subject, $body, "From: {$_POST['fullname']} <{$_POST['email']}>"); echo "Message Sent!

\"cupYour message was successfully sent.

Please allow a maximum of 24 hours for a response from one of our representatives.

"; } } if (!$_POST['status']) { echo "

Please fill out the following form which will automatically be sent to us. A Café Xinca representative will respond to you within 24 hours of receipt of your email.

Contact information:

Café Xinca
5505 Connecticut Avenue, NW
Washington, DC  20015-2601
Email: info@cafexinca.com
Phone: 202-957-2734
Fax: 202-244-7482

Email: 

Phone: 

Message: 

 

"; } include("../footer.php"); ?>