$site_path = "../HyAdmin/"; require_once($site_path."include/lib.inc.php"); $goodsTable = "hy_request"; //구분 //$str_que = " and ReCatKey = '1'"; //인간운동과학 $count_que = "select count(ReIdx) from $goodsTable where (1=1) $str_que"; $count_list = mysql_query($count_que); $count_total = @mysql_result($count_list,0,0); if(!$scale){ $scale = "200"; //리스트수 } $pagescale = "10"; //페이지수 if(!$start) $start=0; //시작페이지 $list_que = "select * from $goodsTable where (1=1) $str_que order by ReOrder DESC,ReIdx asc limit $start,$scale"; $result_list = mysql_query($list_que); $total = mysql_affected_rows(); ?> $list_view = "select * from $goodsTable where ReIdx='$ReIdx'"; $result_view = mysql_query($list_view); $row_view = mysql_fetch_array($result_view); ?> include "../inc/head.html"; ?>
=$row_view[ReTitle]?>
=nl2br($row_view[ReDetail])?>
Project Type : | =$row_view[ReProType]?> |
---|---|
Construction Cost | : =$row_view[ReCost]?> |
Development Area | : =$row_view[ReLead]?> |
Location | : =$row_view[ReLocation]?> |