On Wed, Jun 25, 2008 at 7:56 AM, Colin Ogilvie <cogilvie at plus.net> wrote: > I've thought of just doing a straight "mysql_query" on it which may work? My solution is to do mysql_query( SET NAMES... ) immediately after successful mysql_connect in the db_connect method. Try that and let me know whether it works for you. Andy