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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
        $postdata = http_build_query($data);
( |$ k8 f3 v0 ^0 _6 Y: s' p7 x, V& m/ z( U& L
        $opts = array (2 F" }6 j5 q1 W4 R2 t  e
        'http' => array (
0 N. |, ^: I2 U: R3 Q; {" G        'method' => 'POST',
( x* U3 U3 z% o4 |        'header'=> "Content-type: application/x-www-form-urlencodedrn",
$ q, z+ b1 e" g' n        "Content-Length: " . strlen($data) . "rn",$ Q/ @8 y+ x. o! M! r. x2 i
        'content' => $postdata- b* c9 [" O6 ~) G/ F% u# B( S8 E3 B3 Z
        )# J  q1 N3 d% B0 a0 {% O# A
        );1 W% P2 @1 o# U6 V) t: Z
9 p4 f! u3 \# R  `: Q
        $context = stream_context_create($opts);+ M9 F8 }; K8 R+ o
        $html = file_get_contents($url, false, $context);       
' N& Z$ f4 m! C% J# E
1 s+ a  s& R) y2 Y
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2026-3-16 18:54 , Processed in 0.055058 second(s), 20 queries .

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