include "$table/userset.inc"; include "dbconn.php"; include "header.inc"; include "checkForm.inc"; // ¼öÁ¤ÇÒ ±Û °Ë»ö $query = "SELECT name, subject, comment, email, homepage, tag FROM $table WHERE no=$no"; $result = mysql_query($query) OR die (mysql_error()); $row = mysql_fetch_array($result); // ƯÁ¤¹®ÀÚ ½½·¡½Ã Á¦°Å, Á¦¸ñÀº tag ±×´ë·Î Ãâ·Â $nsubject = htmlspecialchars(stripslashes($row[subject])); $ncomment = stripslashes($row[comment]); ?>