php使用file_get_contents检索数据

时间:2015-05-11 05:36:31

标签: php file-get-contents

我正在尝试使用file_get_contents()从以下link检索JSON响应,但我似乎无法获得响应。但是,当我在浏览器中输入链接时,我得到了回复。

如何在PHP中阅读响应?我已经尝试过使用

<?php
echo file_get_contents("http://demo.openalpr.com:8010/status?nonce=772493352");
?> 

没有成功。

1 个答案:

答案 0 :(得分:0)

您很可能没有激活allow_url_fopen设置,因此您的PHP脚本无法加载远程URL。

检查您的php.ini文件并将其设置为On