ziyedbd.wordpress.com
Unicode font like arabic or others displaying technique on webpage from mysql database at CakePHP or raw php
1. Make Sure that your database has UTF8 Character set, Run the following code ALTER DATABASE databasename CHARACTER SET utf8 COLLATE utf8_unicode_ci; 2. Make Sure that your table has UTF8 Characte…