Pass variable value from JS to PHP

后端 未结 2 1882
粉色の甜心
粉色の甜心 2020-12-06 15:47

I have a problem in passing a value from JS to PHP so that it can be used as a parameter for a PHP function. The JS function will be trigger by onclick event once the link w

2条回答
  •  暖寄归人
    2020-12-06 16:07

    index.html

    
    
    Username
    

    insert.php

    
    

提交回复
热议问题