######################################### ###### yes board ver 1.0 ####### ###### ÃÖ¿ë¿î ####### ###### webmaster@phpsoft.co.kr ####### ###### °³Àο뵵·Î »ç¿ë¹× ¼öÁ¤ ####### ###### Àç¹èÆ÷°¡ ÀÚÀ¯·Ó½À´Ï´Ù ####### ###### ´Ü »ó¾÷¿ëÀ¸·Î »ç¿ëÇÏ½Ç ####### ###### ¼ö ¾ø½À´Ï´Ù. »ó¾÷¿ëÀ¸·Î ####### ###### ÆÇ¸ÅÇÏ´ÂÇàÀ§´Â ÀúÀ۱ǹý ####### ###### ¿¡ À§¹èµË´Ï´Ù. ####### ###### º» °Ô½ÃÆÇÀÇ ÃֽŹöÀüÀº ####### ###### phpsoft.co.kr ¿¡¼ ####### ###### ´Ù¿î·Îµå¹ÞÀ¸½Ç¼ö ####### ###### ÀÖ½À´Ï´Ù. ####### ######################################### include "up.php"; include "conn.php"; include "lib/lib.php"; $query="select subject,comment from $table where id=$id"; $result=mysql_query($query,$conn); $read_subject=mysql_result($result,0,0); $read_comment=mysql_result($result,0,1); ?>