I think there is a syntax issue with:
Where normally correct syntax is more like:Code:$sql = "SELECT * FROM fastway_zones WHERE $topcode >= f_postcode and $topcode <= f_postcode";
Code:$result = mysql_query("SELECT * FROM data");
I think there is a syntax issue with:
Where normally correct syntax is more like:Code:$sql = "SELECT * FROM fastway_zones WHERE $topcode >= f_postcode and $topcode <= f_postcode";
Code:$result = mysql_query("SELECT * FROM data");
Zen-Venom Get Bitten