Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

myCapsules forum v.1.1.10

    •  
      CommentAuthorsipp11
    • CommentTimeJul 25th 2010 edited
     permalink
    By default, ajax request doesn't change any encoding to raw data, which is likely to be iso-8859-1. However, default PHP5 encoding is UTF-8 and if you use utf-8 in mysql, then you need to tell mysql to set name='utf-8' after connecting to DB. That's to make DB connection encoding as you want =)

    mysql_query('SET NAMES utf8');
Add your comments
  • Format comments as
Attachments