Quote Originally Posted by kobra View Post
Thank you for the reply, i was trying to change the query into:
PHP Code:
$sql "SELECT * FROM fastway_zones WHERE $topcode >= f_postcode and $topcode <= f_postcode";
$qResult $db->Execute($sql); 
$rec $db->Execute($qResult); 
But still getting errors, could you advise me how should it be?

Thanks