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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);
$ b: d, q9 V6 P6 V) ~0 |9 C8 o3 n" \
        $opts = array (
2 F- m4 B% G( x        'http' => array (
8 c8 X# |  W' e* k9 K' u; l/ r        'method' => 'POST',
2 n$ n( d4 c% l% s! l        'header'=> "Content-type: application/x-www-form-urlencodedrn",
2 Q2 K4 z6 C; n3 v0 E        "Content-Length: " . strlen($data) . "rn",
9 x% `$ L" {) [0 r3 B        'content' => $postdata
6 e: u( ?( X+ `* y        )
8 O: U. B$ W. t% ]7 p1 L        );
) Q6 @- ]* }5 z0 y; W. Z/ r) [6 d+ B
        $context = stream_context_create($opts);+ H/ c( ]8 g0 ]
        $html = file_get_contents($url, false, $context);        8 ^! p% s, u  j3 w9 L# D( ~
+ D! L5 d. K' E8 P; N$ M' ^
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2026-3-17 18:21 , Processed in 0.072120 second(s), 21 queries .

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