PHP中无法获取到采集器提交的数据!
==========请求数据========发表地址:
http://localhost:8080/discuz/locoy.php?action=newthread
来源页面:
http://localhost:8080/discuz/locoy.php
POST数据:
fid=2&typeid=&sortid=&subject=123&tags=&message=456&username=
==========PHP========$fid = $_POST['fid'];
$typeid = $_POST['typeid'];
$subject = $_POST['subject'];
$message = $_POST['message'];
ECHO $fid;
ECHO $typeid;
ECHO $subject;
ECHO $message;请问下为什么获取不到数据呢? 我都搞了一下午了。哎。。。。。。。。。。 怎么没人啊! 。。 求解啊。。。。 火车头很强大啊! 你这应该是做发布的吧
页:
[1]