...and the collation is set to "cp1256_general_ci" for database, tabel and column.
Now, in PhpMyAdmin, if I run the following sql, it works:
SELECT * FROM Arabic where t1='????'
However, I am also running this SQL in a PHP file, like:
<?php
$con =...