\n";
$mtitle = '';
if(!empty($a['Address'])) {
echo $a['Address'].', ';
$mtitle = $a['Address'];
}
if(!empty($a['City'])) {
echo $a['City'].', ';
if(!$mtitle) $mtitle = $a['City'];
}
if(!empty($a['State'])) echo $a['State'].' ';
if(!empty($a['Zip'])) echo $a['Zip'].' ';
if(!empty($a['Country'])) echo $a['Country'].' ';
$info = str_replace("\n",'',nl2br(print_r($a,true)));
}
?>
[Source Code]