管理员
   
论坛积分
分
威望 点
贡献值 个
金币 枚
|
$postdata = http_build_query($data);6 ?; O3 G) c7 K% `3 @) ~4 o
7 |5 M5 i* `" I9 d5 x+ A/ \# D/ B6 f $opts = array (
8 A. M. T' B, A- I 'http' => array (! S# `. e, a% w+ W& q6 o( O; m
'method' => 'POST', F3 t Y# E# t0 Y0 l% q
'header'=> "Content-type: application/x-www-form-urlencodedrn",
- Z, A& J! W" C! L "Content-Length: " . strlen($data) . "rn",$ v* J, n: Q7 [! K5 D
'content' => $postdata
% ]! g, N$ f' K1 k )
9 H$ R2 i* d3 i& ]3 H" @; J );* _$ K* _# O6 T, M7 Z4 O5 F
8 c- M2 `; ~2 T# L# A& L z
$context = stream_context_create($opts);" Q* P5 ~: v" ?* e1 a
$html = file_get_contents($url, false, $context);
7 f3 v1 r( g' { I0 B' z5 m' ]1 d z
|
|