echo "$ar[name]";
?>
$t = preg_replace("/\n/"," ",$ar[description]);
echo $t;
?>
$str = mb_convert_encoding($ar[address],'utf-8','euc-jp');
$mm = urlencode($str);
echo <<
$ar[address]
-- Google地図検索
EOF;
echo <<
EOF;
if($ar['built_year'] > 0){ echo "[築年]{$ar['built_year']} "; }
echo str_replace("\n"," ",$ar['data']);
?>
|
if($ar[image_file])
echo " $ar[image_caption1] ";
if($ar[image_file2])
echo " $ar[image_caption2] ";
if($ar[image_file3])
echo " $ar[image_caption3] ";
if($ar[image_file4])
echo " $ar[image_caption4] ";
?>
|