![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveIncluding a .php file from another server?
From: hntgzr <likei'mgonn@tellu.com>
Date: Sun Sep 25 2005 - 01:55:25 CEST
I am trying to include a function in a .php file on a different server from
I am using:
include_path=http://www.anotherserver.com/foldername;
The .inc file is php formatted. Variables are passed to it (not via GET or
But for some reason it doesn't appear to work properly.
Am I correct in using the .inc extension?
Basically I am trying to use the fsockopen function in a .php file on
Any help or guidance would be greatly appreciated.
|