Home > Backend Development > PHP Tutorial > PHP 表单提交/Post地址求助

PHP 表单提交/Post地址求助

WBOY
Release: 2016-06-23 14:25:05
Original
965 people have browsed it

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





  • 苏州大学

  • **大学

  • **大学






选择某项后,点提交按钮后的实际的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应该要传进去吧?

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template