here is the page i am working on:
http://porterprods.x10hosting.com/quote.htm
when i fill out the fields and click submit I get a 404 error.
here is the code for the sendquote.php:
<?php
$custname = $_REQUEST['custname'] ;
$address = $_REQUEST['address'] ;
$city = $_REQUEST['city'] ...