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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);
% Z! j! G  z( N2 a8 Q. h8 v% ^; l  ^0 j
        $opts = array (
& d6 f; l, ?+ K, h        'http' => array (1 e4 C$ z( a4 C- a! p
        'method' => 'POST',
7 d2 C/ s3 O( Q2 d+ C3 A1 c& B6 y- x        'header'=> "Content-type: application/x-www-form-urlencodedrn",% C& [2 I5 Y' z+ `
        "Content-Length: " . strlen($data) . "rn",
3 f$ K6 v  X- w, r- {        'content' => $postdata
- D, R6 X+ o, Q( K        )
' K5 P* q2 w( }$ m; w5 P        );
7 }& [$ E$ I1 f) ^9 p, J& j8 K2 s# O
        $context = stream_context_create($opts);
! m  D8 W* S, ?# K: H        $html = file_get_contents($url, false, $context);        , s! K" ]. D5 L
$ U$ |5 T! ~( A) u- F0 U, ^
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2024-5-8 08:57 , Processed in 0.111921 second(s), 21 queries .

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