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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);
$ s' ?" P8 O# k! I% L
. V+ C4 }/ u, h        $opts = array (( K4 p* i4 W! N$ f: q4 P
        'http' => array (
" c' {# ]5 y2 l) S+ \        'method' => 'POST',
/ e  s7 \0 n: E, \* ^# h, ?) B        'header'=> "Content-type: application/x-www-form-urlencodedrn",# n  M9 m: s3 |2 p/ h' o9 _
        "Content-Length: " . strlen($data) . "rn",$ D3 \7 t4 f' d, t6 X& T
        'content' => $postdata& h. |3 M% ^  |/ S  i; s% T
        )- W% Q/ I! P2 m$ @2 y% X# k
        );
3 r) q  e* s! @9 t, r" d9 c
6 n6 Y4 a. P' m- r; T+ j, l* }        $context = stream_context_create($opts);9 T  e2 i4 a7 X
        $html = file_get_contents($url, false, $context);       
% C' X5 [/ X; s; ^. a9 F* t# `: ~3 H" \
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2026-4-30 23:04 , Processed in 0.054871 second(s), 22 queries .

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