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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);
- k2 L: @9 V2 @2 b8 U, z- `' [- c6 b) |( w! F
        $opts = array (
$ l) S4 a" B- ]$ ^+ |  C! m; |        'http' => array (( R& K' _' X% K- ~+ ]# d0 \! B+ R
        'method' => 'POST',
- Y: c% K: x# E7 F        'header'=> "Content-type: application/x-www-form-urlencodedrn",+ x( y: F6 [0 c# d" z) {& d
        "Content-Length: " . strlen($data) . "rn",
' g. {0 h# @1 a4 R* D6 U! [        'content' => $postdata( D8 }/ m; s3 |5 X! k, j# y% F# j
        )* Z5 N% t2 f5 J, q
        );* m% Q! v( [/ @3 V5 Z5 B

/ s  E  D1 Z. U8 V        $context = stream_context_create($opts);
+ |* n5 R. U8 t8 w" v- {        $html = file_get_contents($url, false, $context);       
8 _7 P: t7 ~/ |/ P  y6 m
3 j) ]& [5 O" A, N& {1 V
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2026-4-30 21:43 , Processed in 0.058418 second(s), 19 queries .

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