//-------------------------------------------------------------------------------
//ÇÁ·Î±×·¥¸í : RoomSolution ½ºÄð·ë free
//¹èÆ÷¹öÁ¯ : 2.0 free
//ÇÁ·Î±×·¥µî·Ï : 2002-01-26-2944 ELS K-TooL
//ƯÇãÃâ¿ø : 2002-0076246
//°³¹ß»ç : (ÁÖ)ÀÌ¿¤¿¡½º - ELS CO.,Ltd.
//Homepage : http://www.els.co.kr
//µ¥¸ð ¹× ¼ºñ½º : www.rsolution.com
//* º» ¼Ò½ºÄÚµå´Â ¼ÒÇÁÆ®¿þ¾î, ƯÇã, ÀúÀÛ±Ç µîÀÇ ¹ý·ü¿¡ ÀÇÇØ º¸È£¹Þ°í ÀÖ½À´Ï´Ù.
//-------------------------------------------------------------------------------
?>
include "../../top.html";
?>
$sql=mysql_query("select s_boardtitle from s_boardinfo where num='$s_bnum'");
$t=mysql_fetch_array($sql);
$query=mysql_query("select title,content,ref,re_level,step from $tname where num='$num' and s_num='$s_num' and s_bnum='$s_bnum'");
$row=mysql_fetch_array($query);
if (!$row[0]){
?>
}
else{
?>
include "../../left.html";?>
|
|
include "../../bottom.html";?>