I have a mysql table with Arabic data. The data looked like
شقة تمليك بموقع متميز
in the database.
When I make a query as:
select *
from table
where tit = "arabic letters"
It's give me the following error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\LocalHost\Websites\Megadiv_Clients\immes_Realestate\website\admin\tours.php on line 1437