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