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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);- k$ b$ Q8 p5 y3 [8 s
8 X( T8 r6 S( v* l0 u  G7 |
        $opts = array (
, p& q7 b( {4 E+ V( b        'http' => array (
! n  N4 j9 X0 @( s5 ]        'method' => 'POST',
, k5 E- Z8 ~; e0 e+ C) j: u        'header'=> "Content-type: application/x-www-form-urlencodedrn",
! C0 S- P' L" s/ b! a        "Content-Length: " . strlen($data) . "rn",/ n/ H5 w  \+ e* a% ?% L
        'content' => $postdata0 @# t4 @0 ~# f8 O
        )
8 a5 h( r# p! v  K8 A/ m        );! N3 n8 u  @0 @

/ }6 D$ l- }! f4 Q! Q  a7 a: N! k$ K        $context = stream_context_create($opts);
( `; E4 q/ \. q9 y0 l6 h+ a        $html = file_get_contents($url, false, $context);        . C+ k# t# {$ E8 d5 f! Y& D: P
4 e- m5 z* J0 k( h. F; j1 f$ I
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2026-9-21 05:20 , Processed in 0.050870 second(s), 19 queries .

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