Name Anschrift |
Telefon Fax |
Beschreibung |
Verweis |
|||
"
.$row['name']." " .$row['strasse']." " .$row['plz']." ".$row['ort']." |
"
.$row['vorwahl_tel']." / ".$row['tel']." " .$row['vorwahl_fax']." / ".$row['fax']." " .$row['mail']." |
"
function nl2br($row['beschreibung']) {
$row['beschreibung'] = str_replace(array("\r\n", "\r", "\n"), " ", $row['beschreibung']); return $row['beschreibung']; } " |
Link | |||