当前位置:Gxlcms > PHP教程 > PHP表单提交/Post地址求助

PHP表单提交/Post地址求助

时间:2021-07-01 10:21:17 帮助过:8人阅读

想弄个刷票的功能,但不知道怎么找到实际的地址。网页结构如下:



选择某项后,点提交按钮后的实际的http地址是什么?还是无从知道?谢谢!


回复讨论(解决方案)

把post的提交方法改成get提交看看瞧!

php 跨域 post
试试用curl

具体搜索关键字“php curl 跨域 post”
思路



http://你的域名/index.php页面接受到$_POST值后用curl向test.edu.cn提交POST值。

php 跨域 post
试试用curl

具体搜索关键字“php curl 跨域 post”
思路



http://你的域名/index.php页面接受到$_POST值后用curl向test.edu.cn提交POST值。

多谢了,可能没表达清楚,我是想模拟点击按钮提交的功能, 网页不是自己开发的啊!

action=" http://test.edu.cn/index.php?m=vote&c=index&a=post&subjectid=1&siteid=1"

action=" http://test.edu.cn/index.php?m=vote&c=index&a=post&subjectid=1&siteid=1"

选项在哪传进去?subjectid应该要传进去吧?

人气教程排行