if($_POST[mode] == "send") { include "../include/function.inc"; $_from = "$_POST[fromemail]"; // º¸³»´Â¸ÞÀÏ $_sitename = "$_POST[fromname]"; //»çÀÌÆ® À̸§ $to = "$_POST[to_email]"; $subject = "[$_sitename] $_POST[title]"; $lostid_head = "From: $_sitename <$_from>\n"; $lostid_head .= "X-Sender: <$_from\n"; $lostid_head .="X-mailer: PHP\n"; $lostid_head .="X-Priority: 1\n"; $lostid_head .= "Return-Path: <$_from>\n"; $lostid_head .= "Content-Type: text/html; charset=euc-kr\r\n"; ## ³»¿ë $comment="
| $subject |
| $_POST[body] |