<html>
<head>
<title> Form Submission </title>
<style type="text/css">
<!--
.style3 {color: #C58D4E}
a:link {
color: #C58D4E;}
a:visited {
color: #FFFFFF;}
.style4 {
font-family: Arial;
font-size: small;
}
body,td,th {
color: #C58D4E;
}
body {
background-color: #000000;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<table width="900" border="0" cellpadding="0" cellspacing="0" border=1>
<!--DWLayoutTable-->
<tr valign="middle">
<td height="50" colspan="14"> </td>
</tr>
<td align="left" valign="middle">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','width','115','height','38','src','buttoncontactpage','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','buttoncontactpage' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="115" height="38">
<param name="movie" value="buttoncontactpage.swf">
<param name="quality" value="high">
<embed src="buttoncontactpage.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="115" height="38"></embed>
</object></noscript>
</div></td>
<td> </td>
<td valign="middle"><div align="center"></div></td>
<td> </td>
<td align="center" valign="middle"> </td>
<td> </td>
<td align="center" valign="middle"> </td>
<td> </td>
<td align="center" valign="middle"> </td>
<td> </td>
<td colspan="2" align="center" valign="middle"> </td>
<td> </td>
</tr>
<tr>
<td height="14"></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td></td>
</tr>
<tr>
<td colspan="14">
<?
$failure = "No form was submitted.";
$feedback = "<font size=3 face='Futura BL FT'>We appreciate your interest in Posh Pari collection and will get back to you ASAP.
<p>
For immediate response, you can contact us at 917-254-3220 or e-mail us - <a href=mailto:info@poshpari.com>info@poshpari.com</a></font>";
$contest_submit = "<font size=2 face='Futura BL FT'>Thanks for entering for the contest. Winner will be announced via email on November 26th. The prize will be mailed to the winner's address within 2 weeks. For any questions, email us - <a href=mailto:info@poshpari.com>info@poshpari.com</a></font>";
$order_submit = "<font size=3 face='Futura BL FT' color='deepPink'>Thank you for your Order inquiry. We will be in touch shortly regarding your order.
<p>
For immediate response, you can contact us at 917-254-3220 or e-mail us - <a href=mailto:info@poshpari.com>info@poshpari.com</a></font>";
$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";
mail($to, $subject, $contents, $email);
print $feedback;
}
else if ($form_name == "contest") {
$contents = "First Name: $first \n
Last Name: $last \n
Email: $email \n
Phone: $phone \n
Dress Size: $dress_size \n
Address: $address \n
City: $city \n
State: $state \n
Zipcode: $zip \n
Country: $country \n
Comments: $user_comment \n";
mail($to, $subject, $contents, $email);
print $contest_submit;
}
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
Top Size: $top_size \n
Pant Size: $pant_size \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";
mail($to, $subject, $contents, $email);
print $order_submit;
}
else {
print $failure;
}
?>
</td>
</tr>
</table>
</body>
</html>