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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);; r; _1 R& k0 x4 C8 G# |
$ x8 R% @* W8 b: z  C6 r* k1 @
        $opts = array (+ N5 z2 ^0 Y) P3 o
        'http' => array (
! m; B3 c: N7 p9 p2 W        'method' => 'POST',
  g8 Q( l. k8 G; n- O1 G1 j  t        'header'=> "Content-type: application/x-www-form-urlencodedrn",
3 i: R  p7 N6 @5 L$ f" E        "Content-Length: " . strlen($data) . "rn",
3 ~% f  k1 f$ @% m! }$ A9 P6 y3 u        'content' => $postdata4 i# U7 U* ~9 W& p7 m9 r' s
        ). L4 P# n2 n/ w' n
        );: Y1 Z/ _9 \0 \( u4 _0 G
& O5 `) h, y6 M' X: H
        $context = stream_context_create($opts);$ V* w4 `! r5 q# q5 F
        $html = file_get_contents($url, false, $context);        6 ]# f, ~# D+ r; y

3 s) K& |2 V  ^: {, [3 W
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2024-4-27 00:46 , Processed in 0.146974 second(s), 21 queries .

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