[PHP] Re: Using remote include config file and class in a local file

2009-11-04 Thread Nathan Rixham
Shawn McKenzie wrote: Anton Heuschen wrote: Question is wrt to including a config file on an external server in a local include Lets say that on 127.0.0.1 I have test.php with include http://200.200.1.1/Folder/Config.php $obj = new RemoteClass() do stuff and on server 200.200.1.1 I have my

[PHP] Re: Using remote include config file and class in a local file

2009-11-03 Thread Shawn McKenzie
Anton Heuschen wrote: > Question is wrt to including a config file on an external server in a > local include > > Lets say that on 127.0.0.1 I have test.php with > > include http://200.200.1.1/Folder/Config.php > > $obj = new RemoteClass() > > do stuff > > > and on server 200.200.1.1 I have m