Pass variable from javascript to PHP

前端 未结 5 385
一向
一向 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 07:05

    Please try this:

    We can pass a value from javascript to PHP.

    we can use as,

    $getValue = "";
    

提交回复
热议问题