= "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]); foreach ($_POST as $key=>$value) $_POST[$key] = wordwrap($_POST[$key],65); if ($htmlMail == "yes") { $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $message = "
| $key | $value |