delaf
Новичок
include между сайтами возможен?
Решил протестить на локальной машине, сделал так:
<? $site[10] = ("http://127.0.0.110/new/index.php");
include ("$site[10]"); ?>
Результат:
Warning: Failed opening 'http://127.0.0.110/new/index.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\home\public_html\h12\new\index.php on line 4
Сабж, так работать не может?
Решил протестить на локальной машине, сделал так:
<? $site[10] = ("http://127.0.0.110/new/index.php");
include ("$site[10]"); ?>
Результат:
Warning: Failed opening 'http://127.0.0.110/new/index.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\home\public_html\h12\new\index.php on line 4
Сабж, так работать не может?