Import csv file into mysql database using php -


i trying import csv file mysql database using php arabic text doesn't shown, use mysql_query("set names utf8;");

mysql_query("set character_set utf8;");

still not working...

please check database table column's "collation" utf-8 characters.

http://dev.mysql.com/doc/refman/5.0/en/charset-column.html

alter table tbl_name convert character set charset_name [collate collation_name]; 

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -