Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/wierdn/public_html/includes/database.php on line 35
select p1.name,
p1.place_id,
p1.latitude,
p1.longitude,
sqrt(pow(69.1*(p1.latitude-51.50),2)+ pow(53*(abs(p1.longitude-0.34)),2)) as dist from places p1,subcategory s, placehascategory phc where p1.county_id=4
and p1.name != "Baker Street" and s.name="Taxis"
and phc.place_id=p1.place_id
and phc.subcat_id=s.subcat_id order by dist limit 10