PHP表单提交不在url中插入和显示值

PHP表单提交不在url中插入和显示值,php,mysql,forms,insert,Php,Mysql,Forms,Insert,有一个带有insert to mysql的表单。单击“提交”后,不会插入并打开带有输入值的链接: form_offer_add.php?exampleInputEmail1=asdasda&exampleInputPassword1=&exampleInputPasswordAgain1=&favoriteNumber=--+Choose+category+--&targetwebsiteurl=&targetwebsiteurl=&couponc

有一个带有insert to mysql的表单。单击“提交”后,不会插入并打开带有输入值的链接:

form_offer_add.php?exampleInputEmail1=asdasda&exampleInputPassword1=&exampleInputPasswordAgain1=&favoriteNumber=--+Choose+category+--&targetwebsiteurl=&targetwebsiteurl=&couponcode=&personalname=&personalemail=&personalphone=&location=0&expire=1&highlight=0

为什么要这样做,为什么要显示这些值?为什么不插入值?

表单的“action”属性中的php文件是什么?我怀疑您没有“读取”表单发送的值。显示这些值是因为您在表单上使用method=“get”。

r您是否使用$\u POST in代码?还是美元?您的表单方法是获取还是发布?还是没有定义?哦,玛安,我忘了S:S:S,我在努力工作,空闲时间很短。。。我需要小睡一会儿。谢谢你的主意!