//-------------------------------------------------------------------------------
//ÇÁ·Î±×·¥¸í : 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 "../cdbcon.inc";
switch ($tname){
case "guestbook":
$title_img="
";
break;
case "praise":
$title_img="
";
break;
case "parents":
$title_img="
";
if (!$sess_name){
?>
}
if ($sess_home!=$home){
?>
}
if ($sess_PW!="o" && $sess_admin="o"){
?>
}
break;
case "consulting":
if (!$sess_name){
?>
}
if ($sess_home!=$home){
?>
}
$title_img="
";
break;
}
?>
include "../top.html";?>
$query=mysql_query("select title,content,ref,re_level,step,pwd from $tname where num='$num'");
$row=mysql_fetch_array($query);
if (!$row[0]){
?>
}
else{
?>
include "../left.html";?>
|
 |
 |
|
 |
 |
=$title_img?> |
 |
"=$row[title]?>" ÀÇ ´äº¯±ÛÀÔ´Ï´Ù.
$content=ereg_replace(chr(13)," ",$row[content]);
$content=stripslashes($content);
?>=$content?>
|
}
?>
|
|
 |
|
|
include "../bottom.html";?>