加入收藏 | 设为首页 | 会员中心 | 我要投稿 | RSS
您当前的位置:首页 > 学习资料

php post数据

时间:2021-03-21 23:34:26  来源:  作者:
        $postdata = http_build_query($data);

        $opts = array (
        'http' => array (
        'method' => 'POST',
        'header'=> "Content-type: application/x-www-form-urlencodedrn",
        "Content-Length: " . strlen($data) . "rn",
        'content' => $postdata
        )
        );

        $context = stream_context_create($opts);
        $html = file_get_contents($url, false, $context);       
 
来顶一下
返回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
实现php间隔一段时间执行一次某段代码
实现php间隔一段时间
相关文章
    无相关信息
栏目更新
栏目热门