为什么一台服务器上出现错误500?我没有任何想法!
脚本php:
<?php
require('simple_html_dom.php');
$html = file_get_html("//strona.pl/".$_GET['url'];);
$wynik= $html->find("klasa",0) ->innertext;
print_r($wynik);
?>
(错误500)这个脚本在我自己的vps上: skrypt.php
(work corectlly)这个免费托管的脚本: androidpolska.php
答案 0 :(得分:0)
Dude,可能是allow-url-fopen配置已被禁用。
http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen