Re: [PHP] include() from one server to another server

2001-03-13 Thread Chris Lee
include_once can handel http connection if --disable-url-fopen-wrapper is not compiled intophp or allow_url_fopen = off in php.ini then you can use http, not https though, secure connections are not supported. also not that when using include() this way that the script is accually executed

[PHP] include() from one server to another server

2001-03-13 Thread Scott Fletcher
Hi! I tried to use the php code, "include()" to have the ghost server to point to the file in the origial server. And I got the error message instead. >Warning: Failed opening 'https://www.whatever.com/DBconn.ini' for inclusion >(include_path='.:/usr/local/lib/php.ini') in >/home/website/ghost_