首頁 > 後端開發 > php教程 > PHP调用快递API接口报错了,该如何解决

PHP调用快递API接口报错了,该如何解决

WBOY
發布: 2016-06-13 13:15:09
原創
834 人瀏覽過

PHP调用快递API接口报错了

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->

Warning: file_get_contents(http://api.ickd.cn/?com=ems&nu=5231326611111&id=*************&type=html&encode=utf8)
 [function.file-get-contents]: failed to open stream: 由于系统缓冲区空间不足或列队已满,
不能执行套接字上的操作。 
in D:\Program Files\PHPnow-1.5.6\htdocs\029kuaidi\index.php on line 39



登入後複製


$typeCom = $_POST["expressid"];//快递公司
$typeNu = $_POST["expressno"]; //快递单号
$myname = $_POST['myname'];
$key='*************';//到http://www.ickd.cn/api/reg.html申请
$url ='http://api.ickd.cn/?com='.$typeCom.'&nu='.$typeNu.'&id='.$key.'&type=html&encode=utf8';
$data = file_get_contents($url); 这就是39行的程序。

大家帮我看看吧。我现在很困惑,不知道什么问题。

------解决方案--------------------
服务器端出问题了,这个应该跟你没啥关系.
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板