xxxxxxxxxx
//Since you use PHP, make sure that all your PHP scripts are saved as UTF8. You can also set the connection charset with the following query:
SET NAMES 'utf8'
//This will ensure that your web server and database servers communicate using UTF8.
xxxxxxxxxx
//Since you use PHP, make sure that all your PHP scripts are saved as UTF8. You can also set the connection charset with the following query:
SET NAMES 'utf8'
//This will ensure that your web server and database servers communicate using UTF8.