¸ÞÀϺ¸³»±â

µî·Ï : °Ç
" onsubmit="return inputcheck();">
¹Þ´Â »ç¶÷   
 ¸ÞÀÏÁÖ¼Ò¸¦ ÀÔ·ÂÇϽøé Àüü¸ÞÀÏÀÌ ¹ß¼ÛµÇÁö ¾Ê½À´Ï´Ù.
º¸³»´Â »ç¶÷ À̸§  
º¸³»´Â »ç¶÷ e-mail  
Á¦   ¸ñ  
³»    ¿ë    ÀÛ    ¼º


 
\n"; //¸ÞÀÏ º¸³»´Â »ç¶÷ $headers .= "Return-Path: <$senderemail>\n"; //¸ÞÀϺ¸³»±â ½ÇÆÐÇßÀ»°æ¿ì ¸ÞÀÏ ¹ÞÀ» ÁÖ¼Ò $headers .= "Content-Type: text/html; charset=EUC-KR\n"; //HTML ¸ÞÀÏ ÇüÅÂÀϰæ¿ì¿¡¸¸ Ãß°¡ $headers .= "\n\n"; //¡Ú¡Ú¡Ú À̺κÐÀº¹Ýµå½Ã Ãß°¡ if($receiveremail == "") { $query = "SELECT maddr FROM mlist"; $result = mysql_query($query,$dbconn); if (!$result) { exit; } while($mail_row = mysql_fetch_array($result)) { $my_email = $mail_row[maddr]; $rr = mail($my_email, $mailtitle, $mailcontent, $headers); } } else { $rr = mail($receiveremail, $mailtitle, $mailcontent, $headers); echo("$receiveremail , $mailtitle, $mailcontent, $headers'"); } $admin_email_res = mysql_query("select email from site", $dbconn); $admin_email = mysql_result($admin_email_res,0,0); $rr = mail($admin_email, $mailtitle, $mailcontent, $headers); ?> "); exit; } ?>