Pass variable from javascript to PHP

前端 未结 5 373
一向
一向 2020-12-16 06:22

I\'m using Google Maps to make a map that can load markers with lat/lng data stored in a database. I want there to be three different \'layers\' that the user can load by cl

5条回答
  •  一生所求
    2020-12-16 06:57

    Here is Mike Williams' (v2) tutorial on "The AJAX Philosophy", where he does exactly what you are asking about.

    (I should note that the map uses Google Maps API v2, but this concept is not API version specific)

提交回复
热议问题