Originariamente inviato da uboz
if (empty($fax)) {
echo " - Fax $fax ";
}
if (empty($fax)) {
echo ' - fax ' . $fax;
}

prova così!