[PHP] trouble sending japanese to mysql database!

2009-03-05 Thread James
Right, I'm having some rather strange issues between mysql and php when it comes to inserting Japanese text. I have the table and fields set to utf8_unicode_ci, if I use phpmyAdmin to insert japanese text through the interface it works just fine. If I use phpmyadmin but type in the mysql

Re: [PHP] trouble sending japanese to mysql database!

2009-03-05 Thread Eric Butera
On Thu, Mar 5, 2009 at 2:06 PM, James mli...@ichor-interactive.com wrote: Right, I'm having some rather strange issues between mysql and php when it comes to inserting Japanese text. I have the table and fields set to utf8_unicode_ci, if I use phpmyAdmin to insert japanese text through the

Re: [PHP] trouble sending japanese to mysql database!

2009-03-05 Thread James
Ah, no I hadn't (*red face*), thanks very much, works beautifully now! James Eric Butera eric.but...@gmail.com wrote in message news:6a8639eb0903051302s3b398a00m2287b15a33d3b...@mail.gmail.com... On Thu, Mar 5, 2009 at 2:06 PM, James mli...@ichor-interactive.com wrote: Right, I'm having