有一个带有插入mysql的表单。点击"提交"它不会插入并打开带有输入值的链接:
form_offer_add.php?exampleInputEmail1=asdasda&exampleInputPassword1=&exampleInputPasswordAgain1=&favoriteNumber=--+Choose+category+--&targetwebsiteurl=&targetwebsiteurl=&couponcode=&personalname=&personalemail=&personalphone=&location=0&expire=1&highlight=0
为什么要这样,为什么要显示价值?为什么不插入值?
答案 0 :(得分:0)
表单的“action”属性中的php文件是什么?我怀疑你没有“读”表格发送的值。正在显示这些值,因为您在表单上使用method =“get”。