hi,
// was soll gefunden werden?
$find = array('<','>');
// mit was soll das ersetzt werden?
$replace = array('<','>');
// ersetze den quatsch
$string = str_replace($find, $replace, $string);
Warum ersetzt du diesen Quatsch nicht durch htmlspecialchars?
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }