Passing javascript value to PHP

前端 未结 3 1289
独厮守ぢ
独厮守ぢ 2020-12-21 21:10

I am quite new as web developer, I find myself trying to resolve a problem.

I would like to pass a value JavaScript to PHP without using any form method.

Her

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-21 21:26

    You can pass the variables using form. There is no other way to pass the php variables other than forms.

          

提交回复
热议问题