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

PHP表单提交/Post地址

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

PHP 表单提交/Post地址求助
想弄个刷票的功能,但不知道怎么找到实际的地址。网页结构如下:



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

分享到: 更多


------解决方案--------------------
把post的提交方法改成get提交看看瞧!
------解决方案--------------------
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"

人气教程排行