New Feeds

[질답/버그/제안] 대장님 이것 좀 ㅠㅠ

작성자 정보

  • 나리야 작성
  • 작성일

컨텐츠 정보

본문

Warning: Use of undefined constant wr_1 - assumed 'wr_1' (this will throw an Error in a future version of PHP) in /www_root/kor/skin/board/Basic-history/list/basic/list.skin.php on line 36

1963

Warning: Use of undefined constant wr_1 - assumed 'wr_1' (this will throw an Error in a future version of PHP) in /www_root/kor/skin/board/Basic-history/list/basic/list.skin.php on line 38


Warning: Use of undefined constant wr_2 - assumed 'wr_2' (this will throw an Error in a future version of PHP) in /www_root/kor/skin/board/Basic-history/list/basic/list.skin.php on line 43

1963.12.01

Warning: Use of undefined constant wr_subject - assumed 'wr_subject' (this will throw an Error in a future version of PHP) in /www_root/kor/skin/board/Basic-history/list/basic/list.skin.php on line 45

설립  


보드스킨은 Basic-history 를 사용중입니다.

글쓰기와 보기까지는 되는데 리스트에서 위와 같이 깨져서 출력이 됩니다.

어던 문제가 있는 것일까요? 급히 조언을 구합니다.


아래는 해당 리스트 파일입니다.
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('', 0);

// 헤드스킨
$head_class = '';
if(isset($boset['hskin']) && $boset['hskin']) {
add_stylesheet('', 0);
} else {
$head_class = (isset($boset['hcolor']) && $boset['hcolor']) ? ' border-'.$boset['hcolor'] : ' border-black';
}

?>

 
   
   
   
   
   
   
   
   
   

<?php
$sql = "select * from ".$write_table."  where wr_is_comment = '0' group by wr_1  order by  wr_2  desc";
$result = sql_query($sql);
for ($i=0; $history_y=sql_fetch_array($result); $i++) {
?>
<?php echo $history_y[wr_1]?>
<?php
$sql2 = "select * from ".$write_table."  where wr_is_comment = '0'  and wr_1 = '{$history_y[wr_1]}' order by  wr_2 desc";
$result2 = sql_query($sql2);
for ($i=0; $history_m=sql_fetch_array($result2); $i++) {
?>
<?php echo $history_m[wr_2]?>
<?php echo nl2br($history_m[wr_subject]);?> 
<?php if ($is_admin) { ?>
<?php echo $history_m['wr_2'] ?>
<?php } ?>
<?php } ?>
<?php } ?>

관련자료

댓글 0
등록된 댓글이 없습니다.
전체 1,963 / 1 페이지
번호
제목
이름

Favorites


최근글


새댓글


  • 댓글이 없습니다.
알림 0