<html>
<head>
<title> FEEDBACK FORM </title>
</head>
<body bgcolor="#000000" text="#808080">
<?
$to = "poshpari@yahoo.com";
if ($form_name == "inquiry") {
$contents = "First Name: $first \n
Last Name: $last \n
Email: $email \n
Phone: $phone \n
Country: $country \n
Comments: $user_comment \n";
}
else if ($form_name == "order") {
$contents = "First Name: $first \n
Last Name: $last \n
Email: $email \n
Style #: $style \n
Address: $address \n
City: $city \n
State: $state \n
Zipcode: $zipcode \n
Country: $country \n
Phone: $phone \n
\n
Height: height \n
Shoulder to Apex Point: $shoulder_to_apex_point \n
Long Blouse Length: $long_blouse_length \n
Short Blouse Length: $short_blouse_length \n
Shoulder To Knee: $shoulder_to_knee \n
Waist To Feet: $waist_to_feet \n
Long Sleeve Length: $long_sleeve_length \n
Short Sleeve Length: $shortsleeve_length \n
Shoulders: $shoulders \n
Around Arm: $around_arm \n
Armhole: $armhole \n
Around Neck: $around_neck \n
Neck Low: $neck_low \n
Around Above Bust : $around_above_bust \n
Around Bust: $around_bust \n
Below Bust: $below_bust \n
Around Waist: $around_waist \n
Around Hips: $around_hips \n
Around Calves: $around_calves \n
Shoe Size: $shoe_size \n
Join List: $join_list \n
Comments: $user_comment \n
\n";
}
else {
print "No form was submitted.";
print "
<p>";
}
mail($to, $subject, $contents, $email);
?>
<font size="1" face="sans-serif">
</font>
<form>
<align>
<br>
<span style="position: absolute; left: 583; top: 30; z-index: -3">
<a href="homepage_test.htm">
<img border="0" src="linked%20images/finallabel.jpg" width="230" height="47"></a></span>
<p>
<p>
<H1 align="right">
</H1>
<p align="right">
</p>
<font size="3" face="Futura Lt BT" color="#CC6600">
<hr size="4" color="#808080" width="85%">
<p>
We appreciate your interest in Posh Pari collection and will get back to you ASAP.
For immediate response, you can contact us at 917-254-3220 or e-mail us at
<a href="mailto:info@poshpari.com">info@poshpari.com</a>
</font>
</p>
</body></html>