我有一个MySQL表locations
(id
,name
,latitude
,longitude
)和另一个表loads
({{1 }},id
,from_location_id
)。
在我的php表单上,我获取了from_location的id和to_location的id。
如何建议应该在to_location附近传递from_location附近的负载(在开始和位置上的范围大约为100km)?
谢谢!
修改
to_location_id
问题在于我不知道如何找到从该区域开始的负载,并且应该在另一个位置id的纬度和经度附近交付。我在stackoverflow上打招呼,抱歉有任何不便