为什么 php 脚本可以在免费主机上运行,而在我的 vps 上却不能?
Why does the php script work on free hosting and on my vps it doesn't?
为什么在一台服务器上出现 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
伙计,也许允许-url-fopen 配置被禁用了。
http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen
为什么在一台服务器上出现 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
伙计,也许允许-url-fopen 配置被禁用了。
http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen