在localhost和外部Web服务器之间包含.php文件

时间:2016-02-17 18:55:12

标签: php webserver localhost

我在外部Linux服务器上托管了一个网络空间到我的网络。在我网络上的PC中,我安装了XAMPP并创建了一个运行脚本的内部Web服务器。 我现在需要该文件包含在外部服务器的localhost中。我该怎么办?

我试过..

include "http://localhost/myscript.php";
require ("http://localhost/myscript.php");

在实践中,我必须弄清楚,如果你必须看到东西,那么看到网站的人是否在安装了网络服务器的PC上,否则不会。

感谢。

0 个答案:

没有答案