passing form data to mySQL through AJAX

前端 未结 2 1856
故里飘歌
故里飘歌 2021-01-24 20:56

I am using JavaScript and AJAX to send form data to a php processing file to then populate an SQL database without refreshing the initial form page.

The php/SQL connec

2条回答
  •  自闭症患者
    2021-01-24 21:38

    several week ago i have the same problem, and i just try using the old way like this

    
    

    really i don't know, i think this is not the best way but this work for me :)

提交回复
热议问题