passing php variable in onClick function

前端 未结 6 1143
夕颜
夕颜 2020-12-30 07:42

I want to pass the php variable value in onClick function. When i pass the php variable, in the UI i am getting the variable itself instead I need the value in the variable.

6条回答
  •  清歌不尽
    2020-12-30 08:22

    I think you are searching for PHP function json_encode which converts PHP variable into JavaScript object.

    It's more secure than passing the value right in the output.

提交回复
热议问题