|
Posted by Olaf Schinkel on June 23, 2008, 10:10 am
Please log in for more thread options
lani@lani.co.za schrieb:
> I have special characters in my DB in HTML format like " & # 2 3 3 ;
> ". In the HTML part of the site this is fine but if I expert data to
> csv file it prints " & # 2 3 3 ; " and not the é character. Is there
> a PHP standard function to convert HTML character codes to ASCII
> characters?
html_entity_decode ?
|