AW: AW: [PHP] remotly include file

2001-05-08 Thread Sebastian Stadtlich
> i think the proplem is, that within the included file there are other > files included (and so on...). > Error Message: > Warning: Failed opening 'inc/var_general.inc.php3' for inclusion > (include_path='') in /opt/... i think you gave the answer yourself. you need to use the full path to the i

Re: AW: [PHP] remotly include file

2001-05-08 Thread Dominic Brander
exactly! this way (http...) it does not work! I tried it a few times! it is on the same server. so i did it with the /home/.. -path. but this also does not work properly. i think the proplem is, that within the included file there are other files included (and so on...). Error Message: Warning: Fa

AW: [PHP] remotly include file

2001-05-08 Thread Sebastian Stadtlich
> > include("http://www.somehost.ext/path/to/include/include.php";); i don't think that is a goob idea... if it works ( what i'm not sure ) you would get the complete output of the file, BUT in that remote file you would miss the parameters,etc from the calling script. is it is on the same serve

Re: [PHP] remotly include file

2001-05-08 Thread Wico de Leeuw
At 15:40 8-5-2001 +0200, Dominic Brander wrote: >Hi >I'm trying to include some php3 files via http. >one part of the php files is on a regular server and the other part is >on an secure server. >Instead of duplicating all the files for both servers I would like to >include them via http. >How doe

[PHP] remotly include file

2001-05-08 Thread Dominic Brander
Hi I'm trying to include some php3 files via http. one part of the php files is on a regular server and the other part is on an secure server. Instead of duplicating all the files for both servers I would like to include them via http. How does it work? thanx domnic -- PHP General Mailing List