I've got a database contains some arabic data, It works when I select all data. But when I use WHERE statment, something = something, something like something. It doesn't work. I've escaped the strings and I've tried to use N
$full = "SELECT * FROM $table WHERE question='$question'";
And I've printed the syntax
SELECT * FROM arabic WHERE question='متي اصدرت هيئه الامم المتحده الاعلان العالمي لحقوق الانسان ؟'
But it doesn't work
Solved:
I've done these steps: http://tympanus.net/codrops/2009/08/31/solving-php-mysql-utf-8-issues/