超出错误 60 秒的最长执行时间
我收到以下错误消息:
警告:file_get_contents(http://localhost/sample_pie.php) [function.file-get-content]:无法打开流:连接尝试失败,因为连接的一方在一段时间后没有正确响应,或者建立的连接失败,因为连接的主机无法响应。在 C:\xampp\htdocs\EXACT\report 中.php第 206 行
致命错误:在第 206 行的 C:\xampp\htdocs\EXACT\report.php 中超过了 60 秒的最大执行时间
下面是第 206 行:
$url = 'http://localhost/sample_pie.php';
$img = 'C:\xampp\htdocs\piechart.jpg';
file_put_contents($img, file_get_contents($url));
我必须做些什么来解决这个问题?