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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);
$ Y& z( \" U; P4 T8 }4 Q+ V' u1 ?! i$ e8 G9 k) M6 h
        $opts = array (* `& \& {0 ]# d2 ]
        'http' => array (0 Q- {" w' c; @, i4 O
        'method' => 'POST',0 w0 f& H8 }+ m% A; I# Y
        'header'=> "Content-type: application/x-www-form-urlencodedrn",/ ?5 O8 D( |: ]4 y. n& N- {: M
        "Content-Length: " . strlen($data) . "rn",0 }0 B4 E; G7 Z. L. z
        'content' => $postdata
/ y  ?# D/ P8 N        )# C4 T5 \3 L; w1 ?' e8 s# e
        );
$ {  G2 @" W/ o0 q- B' M
% l5 j& L1 D4 s, r7 b: F        $context = stream_context_create($opts);
$ z& N0 _# L! _1 W& Y4 ~/ T        $html = file_get_contents($url, false, $context);        6 V; X' G) w) V$ }
0 [- d9 T3 K6 b8 e* F3 _& b9 ?% V. W
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2024-12-23 01:12 , Processed in 0.103931 second(s), 21 queries .

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