고수님들 도와주세요 !! 정보
고수님들 도와주세요 !!
본문
<?
$icon_h =""; //출력부분 아이콘
$cnt = 1;
$row = sql_fetch(" SELECT bo_category_list FROM $g4[board_table] WHERE bo_table = '$bo_table' ");
$arr = explode("|", $row[bo_category_list]); // 구분자가 , 로 되어 있음
$str = "";
$str .= "<tr>";
for ($i=0; $i<count($arr); $i++)
if (trim($arr[$i])) {
//카테고리별 게시물수 체크
$row1 = sql_fetch(" SELECT count(*) as cat_cnt FROM {$g4[write_prefix]}{$bo_table} WHERE ca_name = '$arr[$i]' and wr_comment >= 0 ");
//출력부분 설정 여기 아래부분이요,,,
$str .= "<td style=''".$icon_h."<a href='$g4[path]/n/board.php?bo_table=$bo_table&page=$page&mode=$mode&sca=$arr[$i]'>$arr[$i]</a></td>";
if ($cnt == $cnt_bo_1) { $cnt = 0; $str .= "</tr><tr>"; } //줄바꿈 부분
$cnt++;
}
여기서 출력부분설정에서 td 안에 배경을 옇고 싶은데 어떻게 고쳐도 않되네요
스타일문제인지 ,,,background="<?=$g4['path']?>/images/line2.jpg" 이걸 옇고 싶은데 어떻게 하시면 될까요,,,고수님들 부탁해요 ~~~
$icon_h =""; //출력부분 아이콘
$cnt = 1;
$row = sql_fetch(" SELECT bo_category_list FROM $g4[board_table] WHERE bo_table = '$bo_table' ");
$arr = explode("|", $row[bo_category_list]); // 구분자가 , 로 되어 있음
$str = "";
$str .= "<tr>";
for ($i=0; $i<count($arr); $i++)
if (trim($arr[$i])) {
//카테고리별 게시물수 체크
$row1 = sql_fetch(" SELECT count(*) as cat_cnt FROM {$g4[write_prefix]}{$bo_table} WHERE ca_name = '$arr[$i]' and wr_comment >= 0 ");
//출력부분 설정 여기 아래부분이요,,,
$str .= "<td style=''".$icon_h."<a href='$g4[path]/n/board.php?bo_table=$bo_table&page=$page&mode=$mode&sca=$arr[$i]'>$arr[$i]</a></td>";
if ($cnt == $cnt_bo_1) { $cnt = 0; $str .= "</tr><tr>"; } //줄바꿈 부분
$cnt++;
}
여기서 출력부분설정에서 td 안에 배경을 옇고 싶은데 어떻게 고쳐도 않되네요
스타일문제인지 ,,,background="<?=$g4['path']?>/images/line2.jpg" 이걸 옇고 싶은데 어떻게 하시면 될까요,,,고수님들 부탁해요 ~~~
Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, null given in /home/kagla/new-sir/old/lib/common.lib.php:2339 Stack trace: #0 /home/kagla/new-sir/old/lib/common.lib.php(2339): mysqli_fetch_assoc() #1 /home/kagla/new-sir/old/skin/board/v16/view.skin.php(795): sql_fetch_array() #2 /home/kagla/new-sir/old/bbs/view.php(403): include_once('...') #3 /home/kagla/new-sir/old/bbs/board.php(300): include_once('...') #4 {main} thrown in /home/kagla/new-sir/old/lib/common.lib.php on line 2339