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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
        $postdata = http_build_query($data);
$ Q# `. U( R& U7 Q2 C* K" D% P
' H2 E1 c, T# H        $opts = array (
3 e. R$ s1 r) Z3 I! N        'http' => array (
6 F6 L3 p! G2 ~$ [- ~( k9 X        'method' => 'POST',
7 s$ g6 ~* k! D% H/ n3 m) B1 n        'header'=> "Content-type: application/x-www-form-urlencodedrn",/ `( W7 Q4 J7 {5 E( I! e
        "Content-Length: " . strlen($data) . "rn",
) ]; P2 n4 _8 d( P        'content' => $postdata8 k2 P" c  g. [0 H( W
        )/ F7 ~8 K& G' e5 u3 R
        );
) B; E! C; _! t/ e$ a$ _) |
5 ]5 L4 M6 W) l        $context = stream_context_create($opts);" [! j' r: e# {
        $html = file_get_contents($url, false, $context);        1 t. O6 K% r$ U

6 K3 D7 u: u7 b$ n3 i  ~0 j  z; G
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2026-3-17 20:16 , Processed in 0.049682 second(s), 20 queries .

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