Mailinglisten-Archive |
> Joerg Behrens wrote:
> Das sollte mit
> http://www.php.net/manual/en/function.get-html-translation-table.p
> hp gehen.
Danke.
---
function html2sc($text) {
$trans = array_flip(get_html_translation_table(HTML_ENTITIES));
$text_new = strtr($text, $trans);
return $text_new;
}
---
Gruss
Stefan
php::bar PHP Wiki - Listenarchive