anarkist: Probleme bei UTF-8 und str_replace()

Beitrag lesen

probiers mal damit:

<?php
header('Content-type: text/html; charset=utf-8');

htmlentities('string to be encoded', ENT_QUOTES, 'utf-8');
?>

http://de3.php.net/manual/de/function.htmlentities.php

gruß

anarkist