您尚未登录,请登录后浏览更多内容! 登录 | 立即注册

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 10715|回复: 0
打印 上一主题 下一主题

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);
, d/ S( w7 L0 O* z# z( p  }4 @; e8 a; k2 M8 K
        $opts = array (
: e3 X  G5 j0 X% y3 J7 m; G. t2 Z        'http' => array (
7 `5 ~, p% H9 V( {3 E; w$ {- q        'method' => 'POST',
2 q3 y6 P9 W0 j        'header'=> "Content-type: application/x-www-form-urlencodedrn"," ?0 r4 I8 o7 O. g8 ]2 w3 V
        "Content-Length: " . strlen($data) . "rn",
1 E( W: v) S9 I8 Q/ m        'content' => $postdata
9 [: Z; a* V# d) G% V        ). J. c% |# M! ^" \* q
        );  e' E0 ^/ d5 |, M7 m- x9 m8 b7 |  T
# W' k5 m. g- E
        $context = stream_context_create($opts);
$ Y" ~& J( ~+ l/ S1 p# m5 i        $html = file_get_contents($url, false, $context);       
9 ~% x5 D" {7 s  d+ r3 r1 x& s: t8 b/ D5 L) M
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2026-7-19 15:52 , Processed in 0.050720 second(s), 19 queries .

Copyright © 2001-2026 Powered by cncml! X3.2. Theme By cncml!