hi,
function ersetzen($para1)
{
str_replace(array("ä", "ö", "ü", "ß", "Ä", "Ö", "Ü", """, "<", ">",), array("ä", "ö", "ü", "ß", "Ä", "Ö", "Ü", """, "<", ">"), $para1);
}$ueber = ersetzen($row[topic]);
echo $ueber;Bekomme keine Ausgabe
Woher auch?
Deine Funktion gibt nichts zurück.
Dieses Nichts legst du in einer Variablen ab, gibst dieses in einer Variablen abgelegte Nichts dann aus - und wunderst dich, dass es Nichts ist ...?
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }