= "3") $alert = "Only 3 messages can be sent per session."; if (empty($alert)) { $_SESSION['mail_count']++; if (!get_magic_quotes_gpc()) foreach ($_POST as $key=>$value) $_POST[$key] = addslashes($_POST[$key]); if ($htmlMail == "yes") { $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $message = ""; foreach ($_POST as $key => $value) if (!preg_match("(^send)", $key)) $message .=""; $message .= "
$key$value
"; } else { foreach ($_POST as $key => $value) if (!preg_match("(^send)", $key)) $message .= $key . "-> " . $value . "\n\n"; } $subject = $_SERVER['starrugs.com'] . "StarRugs Contact"; $headers .= "From: <" . $_POST['email'] . ">\r\n"; mail($emailAddress,$subject,$message,$headers); if (!empty($thankyouPage)) { header('location: ' . $thankyouPage); die(); } unset($_POST); $alert = "Your message has been sent."; } } if (!isset($_SESSION['mail_count'])) $_SESSION['mail_count'] = 0; ?> Brumark | Green Products Sample Package Request
Contact STAR RUGS **

Sign-ins from this list are never posted on the website - they are reviewed by the moderator and moved to the private email distribution list of Star Rugs.

Name
E-mail
Title-Position
Company name
Street Address
City
State/Province
Postal Code/Zip
Country
Telephone
Web Site
Notes | Request

What are your needs?
/> Immediate
/> 1-6 months
/> 6-12 months
/> not applicable

Add me to the mailing list />
Already on your list, please continue to send updates value="yes continue" />

How did you find StarRugs.com?
/> internet search /> brochure /> magazine story
/> advertising /> e-mail notice /> friend
/> link from another website /> other




alert ('$alert');"; ?>