게시판 리스트 번호
본문
게시판 리스트 번호가
100 85 70
100 85 70
100 85 70
100 85 70
100 85 70
... ... ...
15개 15개 15개
이렇게 나오는데요
-1씩 감소하려면 다음 소스중에 어디를 수정해야 하나요
foreach ($xml->wanted as $obj) {
$list[$i][wr_10] = $obj->company;
$list[$i][subject] = $obj->title;
$ex2_filed[0] = $obj->region;
$list[$i][wr_26] = $obj->salTpNm;
$list[$i][wr_27] = $obj->minSal;
$date_ymd = $obj->closeDt;
?>
<?
$total_count = $xml->total;
$config[cf_write_pages] = 10;
$page = $_GET['page'];
if($page == null || $page == ' '){
$page = 1;
}
$row = 15;
$total_page = ceil($total_count / $row);
?>
<?// 재정의 옵션인지 판단
$qstr2 = strip_tags($_SERVER['QUERY_STRING']); //XSS 방어
$write_pages = get_new_paging($config[cf_write_pages], $page, $total_page, "./board.php?".$qstr2."&page=");
?>
<?php
$listm = 1;
$listm = $total_count-($row*($page-1));
?>
<tr height="80" align="center" onmouseover="this.className='ov'" onmouseout="this.className='ot'">
<td>
<?php
echo "<span style='font:normal 11px tahoma; color:#BABABA;'>$listm</span>";
$listm--;
?>
</td>