include("./include/inc_header.php") ?>
- 스마트폰으로
쉽/고/빠/르/게
- 중고차 딜러들의 경쟁 입찰로
타시던 차를 최고 매입가에 판매하세요
- Google PlayApp Store
자주 묻는 질문
+ 더 많은 질문보기
$r = mysqli_query($connect, "SELECT * FROM board_master where cd_board='03' and ds_delind='N' ORDER BY ds_top desc, no_famally ASC, no_order ASC LIMIT 0,7");
$count = mysqli_num_rows($r);
$i=1;
if($count>0) {
while($col = mysql_fetch_array($r)) {
$date = strtotime ($col['dt_insert']);
$view_date = strtotime ("-1 day",time());
$tmpNum =$totalrows-($PageSize*($PageNo-1));
$no = ($tmpNum - $i)+1;
?>
-
=$col['nm_title']?>
>=$col['nm_content']?>
$i++;
}
}else{
?>
-
등록된 정보가 없습니다.
}
?>
include("include/inc_footer.php"); ?>
include("include/inc_bottom.php"); ?>
mysql_close($connect);
?>