I am facing some issue with PDP MySQL, I am trying store records in multiple languages, I set charset as UTF8 for all(PHP,MYSQL,PDO), still I am facing issue, the records updating as like below
Steps I followed:
- Set UTF for MySQL DB
- Set UTF8 for MySQL table
- Set UTF8 for PDO (PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES 'utf8'")
- SET UFT8 for PHP output
But still facing the issue, how ever I can insert/update in phpmyadmin manually without any issue.
Please help me to resolve this.
Thanks, Ashok