$key", $my_subject); } if(!strcmp($keyfield,"comment") && $key) { $my_comment = eregi_replace("$key","$key",$my_comment); } $my_comment = nl2br($my_comment); $my_ref = $my_ref + 1; $result = mysql_query("UPDATE $photoqa SET ref = $my_ref WHERE uid = $number",$dbconn); if(!$result) { error("QUERY_ERROR"); exit; } echo "
±Û¾´ÀÌ :
$my_name
±Û¾´³¯ :
$my_signdate
ÀÐÀº ¼ö :
$my_ref
Á¦ ¸ñ :
$my_subject
$my_comment
 
"; include("./detail.html"); ?>