MySQL Forums
Forum List  »  PHP

Re: Possible MySQLi BUG
Posted by: Georg Richter
Date: September 10, 2005 11:48PM

Try

mysqli_query("SET NAMES utf8") (for 4.1.x)
or
mysqli_set_charset("utf8") for (5.0.x)

/Georg

Options: ReplyQuote


Subject
Written By
Posted
September 09, 2005 12:03PM
Re: Possible MySQLi BUG
September 10, 2005 11:48PM


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.