RWF
04-23-2007, 01:46 PM
Ok so I have a created a MySQL database that has a table with my users full name.
Not to be discriminative, I want to allow European and other people who's name include a "foreign" character, to type their name as it is spelled. Yes I know 99% of US sites apparently do not give a damn, as they don't!
Anyways when I enter and store a test "foreign" character like "é" MySQL stores it as "é", why and what do I need to change to my PHP code or MySQL database so these special characters are stored correctly?
My linux red hat 9 server is running PHP 4.3.11 and MySQL 4.0.21-standard.
Not to be discriminative, I want to allow European and other people who's name include a "foreign" character, to type their name as it is spelled. Yes I know 99% of US sites apparently do not give a damn, as they don't!
Anyways when I enter and store a test "foreign" character like "é" MySQL stores it as "é", why and what do I need to change to my PHP code or MySQL database so these special characters are stored correctly?
My linux red hat 9 server is running PHP 4.3.11 and MySQL 4.0.21-standard.