我现在安装Asterisk 6.12 32位,然后像这样运行代码php:
<?php
$link = 'http://www.bongda.com.vn/feed/';
$content = file_get_contents($link);
print_r($content);
?>
file_get_contents
无法正常工作:(但我可以在Windows 7中的wamp服务器上运行代码php。
答案 0 :(得分:0)
要帮助调试,请检查/ var / log / httpd / error_log。 我会建议将php cURL库用于在线资源而不是file_get_content。