$uid = addslashes($_GET[uid]); # ´äº¯±ÛÀϰæ¿ì º¯¼ö¸¦ ¹ÞÀ½ # ´äº¯±ÛÀΰæ¿ì ±âÁ¸ÀÇ µ¥ÀÌÅÍ º¸¿©ÁÖ±â if($uid){ $qry = "select thread,kind,name,title,content from $board where uid=$uid"; $result = mysql_query($qry); $row = mysql_fetch_array($result); $thread = $row[thread]; $kind = $row[kind]; $name = $row[name]; $title = "¢Ñ"." ".$row[title]; $content = $row[content]; } ?>