[PHP-DB] special chars From: Simon Brunner (simonbrunner <email protected>)
Date: 11/28/01

Hi,

I'm just getting started with php/mysql and I have a big question: how do I
handle the special chars? when I import an excel sheet into my db, all
special chars are displayed wrongly. If a change them to html entities befor
the import, it works, but it's ugly to have all the &amp; and whatnot in the
db. Is there some way i can administrate thise special chars?

also, the function htmlentities() does not work properly - it ignors ö, ä,
etc.

Does anyone know a manual for that?

Thanks!!!

Simon

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>