|
RESOLE |
Replacing the sole, recementing uppers to cork, sealing and
cleaning. |
$42.00 |
|
RESOLE AND RECORK |
Replacing the soles and recorking. (This work can be done if the
damage to the cork isn't too far.) Otherwise we recommend
recrafting. |
$63.00 |
|
RECRAFTING |
This will turn your old favorites into your new favorites, we will
replace everything except the top leather. |
$66.00 |
|
NEW LINERS |
We will include resealing the cork and cleaning the tops with this
service. |
$28.00 |
We are a full service repair shop,
for orthopedic and correction work please don't hesitate to call us. 626
-487- 2907
"; // change here if you want
$toemail="newsole@newsole.com"; // change here if you want
$sub="Form Results"; // change here if you want
$success_page_name="Thank You for submitting your information.";
////// do not change in following
if($_SERVER['REQUEST_METHOD']=="POST")
{
$fieldnm_1=str_replace ( array("\n"), array(" "),trim($_REQUEST['fieldnm_1']));
$fieldnm_2=str_replace ( array("\n"), array(" "),trim($_REQUEST['fieldnm_2']));
$fieldnm_3=str_replace ( array("\n"), array(" "),trim($_REQUEST['fieldnm_3']));
$fieldnm_4=str_replace ( array("\n"), array(" "),trim($_REQUEST['fieldnm_4']));
$fieldnm_5=str_replace ( array("\n"), array(" "),trim($_REQUEST['fieldnm_5']));
$fieldnm_6=str_replace ( array("\n"), array(" "),trim($_REQUEST['fieldnm_6']));
$fieldnm_7=str_replace ( array("\n"), array(" "),trim($_REQUEST['fieldnm_7']));
$contentmsg=stripslashes(" $sub
| Full Name *: |
$fieldnm_1 |
| Address *: |
$fieldnm_2 |
| City *: |
$fieldnm_3 |
| State *: |
$fieldnm_4 |
| Zip Code *: |
$fieldnm_5 |
| Phone *: |
$fieldnm_6 |
| Email : |
$fieldnm_7 |
");
////
$headers = "MIME-Version: 1.0
";
$headers .= "Content-type: text/html; charset=iso-8859-1
";
$from=$fromemail;
$headers .= "From: ".$from."
";
@mail($toemail,$sub,$contentmsg,$headers);
header("Location:$success_page_name");
}
?>
|