post php数据,php post数据
function http_post_data($url, $data_string)
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);//https請求
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json; charset=utf-8',
'Content-Length: ' . strlen($data_string)));
ob_start();
curl_exec($ch);
$return_content = ob_get_contents();
ob_end_clean();
$return_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
return array($return_code, $return_content);
}
$url ?= "http://write.blog.csdn.net/postedit";//接口地址
$data = json_encode(array(
'ID'=>$ID,
'USERID'=>$USERID,
'MIID'=>$MIID));//需要發送數據 list($return_code, $return_content) = http_post_data($url, $data);
總結
以上是生活随笔為你收集整理的post php数据,php post数据的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php 链接excel表格数据,php
- 下一篇: banner特效php,jQuery自适