| 번호 |
제조사 |
모델 |
정보수정 |
if($totalrows>0) {
$r = mysql_query("SELECT *
, getCode('car_model','ds_status',ds_status) nm_status
, getCode('car_model','ds_cate',ds_cate) nm_cate
, (select nm_brand from car_brand sub where sub.cd_brand = mst.cd_brand limit 1) nm_brand
, (select nm_category from car_category where car_category.cd_category = mst.cd_category ) nm_category
FROM car_model mst $sql order by cd_model desc LIMIT $pagestartpoint,$PageSize");
$i=1;
while($col = mysql_fetch_array($r)) {
$tmpNum =$totalrows-($PageSize*($PageNo-1));
$no = ($tmpNum - $i)+1;
?>
| =$no?> |
=$col['nm_brand']?> |
=$col['nm_model']?> |
수정 |
$i++;
}
}else{
?>
| 등록된 정보가 없습니다. |
}
?>
$url = "./$list_url?searchtype=$searchtype&searchword=$searchword&cd_category=$cd_category&cd_brand=$cd_brand";
ListPg1($url ,$PageNo,$PageSize,10,$totalrows,$leftboard[1],$rootpath);
?>
include("../inc/inc_footer.php") ?>
include("../inc/inc_bottom.php") ?>
mysql_close($connect);
?>