/*
//update_date
$_REQUEST["gyo"] = "241";
$result = mysql_query("select * from vt_bukken_s1_w0 where vender_id = '".(int)$_REQUEST["gyo"]."' order by ins_date desc limit 4");
if($rows = mysql_num_rows($result)){
while($arr = mysql_fetch_array($result)){
$disp = array();
if($arr["kubun3"] >=4){
$arr["kubun1_desc"] = "リゾート土地";
}
if($arr["address2"]){
// $arr["address2"] .= "丁目";
}
if($arr["address23_non_flg"] != "1"){
$disp["address"] = $arr["city_name1"]."".$arr["city_name2"]."".$arr["address1"]."".$arr["address2"]."".$arr["address3"];
}else{
$disp["address"] = $arr["city_name1"]."".$arr["city_name2"]."".$arr["address1"]."".$arr["address2"];
}
if($arr["kakaku_memo"]){
$disp["kakaku"] = $arr["kakaku_memo"];
}else{
$disp["kakaku"] = $arr["kakaku_amt"]."万円";
}
if($arr["room_count"] or $arr["roomlayout_short"]){
$disp["room"] = $arr["room_count"]."".$arr["roomlayout_short"];
}
if($arr["land_m2"]){
$disp["land"] = $arr["land_m2"]."m2";
}else if($arr["land_tsubo"]){
$disp["land"] = $arr["land_tsubo"]."坪";
}
if($disp["room"]){
$disp["landroom"] = $disp["room"];
}else if($disp["land"]){
$disp["landroom"] = $disp["land"];
}
?>
Notice: Undefined variable: bg in /var/www/html/pro/chuubu/newre.php on line 62
>
[
Notice: Undefined variable: arr in /var/www/html/pro/chuubu/newre.php on line 64
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 64
1970/01/01]
Notice: Undefined variable: arr in /var/www/html/pro/chuubu/newre.php on line 65
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 65
Notice: Undefined variable: disp in /var/www/html/pro/chuubu/newre.php on line 67
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 67
Notice: Undefined variable: disp in /var/www/html/pro/chuubu/newre.php on line 68
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 68
Notice: Undefined variable: disp in /var/www/html/pro/chuubu/newre.php on line 70
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 70
|
if(!$bg){
$bg = " class=\"bg01\"";
}else{
$bg = "";
}
}
}
*/
//
$result = mysql_query("select * from vt_bukken_s1_w0 where vender_id = '".(int)$_REQUEST["gyo"]."' order by update_date desc limit 4");
if($rows = mysql_num_rows($result)){
while($arr = mysql_fetch_array($result)){
$disp = array();
if($arr["kubun3"] >=4){
$arr["kubun1_desc"] = "リゾート土地";
}
if($arr["address2"]){
$arr["address2"] .= "丁目";
}
if($arr["address23_non_flg"] != "1"){
$disp["address"] = $arr["city_name1"]."".$arr["city_name2"]."".$arr["address1"]."".$arr["address2"]."".$arr["address3"];
}else{
$disp["address"] = $arr["city_name1"]."".$arr["city_name2"]."".$arr["address1"]."".$arr["address2"];
}
if($arr["kakaku_memo"]){
$disp["kakaku"] = $arr["kakaku_memo"];
}else{
$disp["kakaku"] = $arr["kakaku_amt"]."万円";
}
if($arr["room_count"] or $arr["roomlayout_short"]){
$disp["room"] = $arr["room_count"]."".$arr["roomlayout_short"];
}
if($arr["land_m2"]){
$disp["land"] = $arr["land_m2"]."m2";
}else if($arr["land_tsubo"]){
$disp["land"] = $arr["land_tsubo"]."坪";
}
if($disp["room"]){
$disp["landroom"] = $disp["room"];
}else if($disp["land"]){
$disp["landroom"] = $disp["land"];
}
?>
Notice: Undefined variable: bg in /var/www/html/pro/chuubu/newre.php on line 117
>
[
Notice: Undefined variable: arr in /var/www/html/pro/chuubu/newre.php on line 119
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 119
1970/01/01]
Notice: Undefined variable: arr in /var/www/html/pro/chuubu/newre.php on line 120
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 120
Notice: Undefined variable: disp in /var/www/html/pro/chuubu/newre.php on line 122
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 122
Notice: Undefined variable: disp in /var/www/html/pro/chuubu/newre.php on line 123
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 123
Notice: Undefined variable: disp in /var/www/html/pro/chuubu/newre.php on line 125
Notice: Trying to access array offset on value of type null in /var/www/html/pro/chuubu/newre.php on line 125
|
if(!$bg){
$bg = " class=\"bg01\"";
}else{
$bg = "";
}
}
}
?>