$base_ad="http://www.yutaka-c.co.jp/smp/";
?>
屋内型(トランクルーム)一覧|ユタカコーポレーション
//DB接続
require ('../../y_require/server.php');
//画像パス
require ('../../y_require/p_path.php');
$sql = " SELECT * FROM yutaka_mono ";
$sql .= " WHERE 1=1";
$sql .= $mode;
$sql .= " ORDER BY b_cd,type";
$res = mysql_query( $sql );
if( $res == false ){ die("エラーが発生しました。"); }
?>
$somefile = "../inc/gheader_shed.php";
require $somefile;
?>
屋内型(トランクルーム)一覧
while( $row = mysql_fetch_array( $res ) ) {
if ($BCD==$row["b_cd"] and $CTY==$row["type"] ){ continue; }
if ($BCD!=$row["b_cd"]){
$PM= $pm_path.$row["md_pic"];
?>
|
![]() |
企画:
面積:㎡
坪数:坪
賃料:円/月
|
}
$BCD = $row["b_cd"];
$CTY = $row["type"];
}
mysql_free_result($res);
mysql_close();
?>
ページトップへ
$somefile = "../inc/gnav.php";
require $somefile;
?>
$somefile = "../inc/footer.php";
require $somefile;
?>