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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);
1 Y/ I8 l# A4 M. W, K! H; D1 [5 n( z2 n$ R& H' [
        $opts = array (* x! ^% j8 @" e! r7 x+ v* c: f2 F
        'http' => array () E) x  r+ @. x$ _. m
        'method' => 'POST',
8 P0 f: _% V" }) i) E4 `# A        'header'=> "Content-type: application/x-www-form-urlencodedrn",
% J' h! d8 D4 @% K" n: w: ?0 {        "Content-Length: " . strlen($data) . "rn",
' C. C( c+ D) i" S; S; P& b        'content' => $postdata
' B+ h' y6 w* V+ G        )$ V6 N/ D4 a7 p( Z, M8 }3 A
        );. y$ s7 x; G9 p1 O4 l: [" M
4 F; V0 f  Q" G1 P4 k% ?( V
        $context = stream_context_create($opts);
2 L7 X" @/ ^  Q& d* o8 F) ~* |        $html = file_get_contents($url, false, $context);          [& y" G/ U; n0 r& w
6 `! |: ]9 [9 s2 F  ]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2024-12-22 21:08 , Processed in 0.113160 second(s), 19 queries .

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