Please help me to find out why arabic text is not storing in the databse. It changes to some other unicode format such as %$&^%$%^&!#* ..
I'vbe made my column Collation as utf8_general_ci . Please tell me if i've to do some modification in my sql query. I am in urgent need. tons of Thanks in advance. My sql query is $query="INSERT INTO blog_tab(blog_details) VALUES('$blog_details') ";