Fatal error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY dist
LIMIT 30' at line 7: SELECT z.city_id, z.zipcode, ((( - z.lon)*( - z.lon))+
(( - z.lat)*( - z.lat))) *64 dist
FROM zips z
WHERE ((( - z.lon)*( - z.lon))+
(( - z.lat)*( - z.lat))) *64 <=50
AND z.city_id <>
ORDER BY dist
LIMIT 30 in /home/locallib/public_html/include/common/db.php on line 237