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

QQ登录

只需一步,快速开始

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[php学习资料] php post数据

[复制链接]
跳转到指定楼层
楼主
发表于 2018-10-14 00:59:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        $postdata = http_build_query($data);  w. I1 s( j. q& c- R2 L- ^, Z7 d
" D& D: F  b1 Q0 {- M8 S3 N, L
        $opts = array (
9 a; f" j  @6 l% e        'http' => array (
  O! c0 ?( J$ E% Z6 ~1 j        'method' => 'POST',
6 F( V* t6 u8 F- H- |# D% P) n        'header'=> "Content-type: application/x-www-form-urlencodedrn",
, `5 n$ _. i, l) I0 G1 z7 n. T        "Content-Length: " . strlen($data) . "rn",
: y! B' a$ g6 I% T4 f  u6 q        'content' => $postdata
" S( u2 _5 h/ W  q. Y. @; i! G# b        )7 Z/ N1 g0 y* u4 k4 f3 `; H, j
        );9 [. w& T' r( \$ K- ]- {( d0 n

9 [6 e/ k7 `5 j' ~( A: G        $context = stream_context_create($opts);
4 g8 M/ `8 U* i& `        $html = file_get_contents($url, false, $context);       
+ r. S2 O6 H: J; h2 I- Y
5 ?4 Y0 s) W% q8 D9 k% Z; j
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

GMT+8, 2024-12-23 07:28 , Processed in 0.127785 second(s), 21 queries .

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