mysql_fetch_array() expects parameter 1 to be mysqli_result boolean given in rekordi.php line 82
the thing is, with the present code for getting things from datebase:
Code:
$sql="SELECT ......... map=$map_name..."
the page perfectly loads data into table IN CHROME...but when i open the same url in steamcs it gives that error...i figured out what is the problem...weird but its like syntax thing...having '$' in $sql row is getting me this problem