![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Including a .php file from another server?
From: Gordon Burditt <gordonb.2h4eq@burditt.org>
Date: Sun Sep 25 2005 - 04:22:41 CEST
>I am trying to include a function in a .php file on a different server from
When you fetch a PHP file from a remote server, that server processes it
Here's an idea: why don't you COPY phpfiletocall.inc to the local
>include_path=http://www.anotherserver.com/foldername;
If you were expecting to *RUN* phpfiletocall.inc on www.anotherserver.com,
>But for some reason it doesn't appear to work properly.
If you are using 'include', you are fetching code from a server
Gordon L. Burditt
|