作者drlai (苏打)
看板PHP
标题[请益] 如何传送$_POST的资料?
时间Sun Sep 25 07:53:58 2005
现在很多PHP都改成读取$_POST['']这样方式得资料
不能像以前一样使用xx.php?aa=xx&bb=xx的方式来传送
那有办法送出$_POST的资讯吗?
例如网页是这样
------index.php-----
<html>
<head></head>
<body>
<form method=post active=act.php>
<input type=text name=aa>
<input type=text name=bb>
</form>
</body>
</html>
-------EOF-----------
那我该怎麽把aa,bb两个数值的资料不透过index.php传送到act.php
之前听说可以使用fsocket..不过我不太会用@@
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.135.8.145
※ 编辑: drlai 来自: 220.135.8.145 (09/25 07:54)
1F:推 taiwancat:先把http protocol读一遍吧 阿赖 09/25 09:37
2F:→ taiwancat:可以用socket 实作POST method... 09/25 09:38
3F:→ taiwancat:不然试试看hidden form& submit 09/25 09:39