My webserver is running Windows 2000. What I want PHP to do is go out and include an external file on another server that has to be executed - that is, it is a server-side language that has to be parsed (like PHP). I tried fopen, but because it has to be executed, I don't get anything. How could I go about including an external file in Windows? Or can I?
I think the enviroment variables are not the same as on unix systems..And therefore you prob. get an error like could not include index.php3 etc etc (Include_path:'')
I`m having trouble with the same thing...
That's exactly what's happening on my server. The question; is there a solution?
Joel
Hi all, I too am facing the problem ie, including a file which has php script(that can be parsed) from a different server.
If anyone of you guys have solved this. do mail me.
I am running php as an apache module on linux.
Thanks!