include "../left.html";?>
|
 |
 |
|
 |
 |
$sql=mysql_query("select t_boardtitle from t_boardinfo where num='$t_bnum'");
$t=mysql_fetch_array($sql);
$query=mysql_query("select title,content,ref,re_level,step from $tname where num='$num' and t_num='$t_num' and t_bnum='$t_bnum'");
$row=mysql_fetch_array($query);
if (!$row[0]){
?>
}
else{
?>
}
?>
|
|
 |
|
|