Re: MySQL, PHP and UTF-8
Posted by: Keith Page
Date: March 13, 2006 07:55PM

php has it own character set, because apache simply passes on the php pages to php to run, it actually is the program returning the iso-8859-1. Set the php flag in your htaccess file like so.

.htaccess
-----------

php_flag default_charset utf-8

Options: ReplyQuote


Subject
Views
Written By
Posted
3064
February 07, 2005 03:12AM
2285
May 07, 2005 08:57AM
1840
July 26, 2005 07:59AM
Re: MySQL, PHP and UTF-8
1856
March 13, 2006 07:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.