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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);& _% y+ \- M- w: j3 d& D3 x- D) `
0 x2 q# U; p. ~; M* d( c6 `; H6 w
        $opts = array (
3 ~: A" K8 e' d$ c# P- ^' I$ P  }        'http' => array (( N% Q) [( `- g
        'method' => 'POST',# ]! a0 C: b. b
        'header'=> "Content-type: application/x-www-form-urlencodedrn",/ G& K' [( c* _9 k" w1 x( N
        "Content-Length: " . strlen($data) . "rn",! m$ F0 }& x' ~! }; I) Q
        'content' => $postdata1 \- V: L0 I. j
        )
4 w/ [5 l' A! t5 f9 }) I! |) J        );
& b% a7 O/ X/ v$ ?# G* q3 S+ ?& x9 i7 M& c' W
        $context = stream_context_create($opts);4 G7 _# a; `& A' L1 k* e
        $html = file_get_contents($url, false, $context);        & ^9 e6 N' G4 k5 C9 Z

1 w2 D" h$ r3 D$ y# j1 m
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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