\n"; $headers .= "Reply-To: $_POST[email]\n"; // The Message $message = " Contact Form

 

Website Inquiry


Name:$_POST[name]
Company:$_POST[company]
Email Address:$_POST[email]
Phone Number:$_POST[area] - $_POST[prefix] - $_POST[suffix]
URL$_POST[url]
Type of Business:$_POST[business]
Pages:$_POST[pages]
Shopping Cart:$_POST[cart]
Summary:$_POST[inquiry]

 

"; // Sending mail($mailto, $subject, $message, $headers); //Thanking echo " "; } ?>