Re: [PHP] Absolute and relative paths ..... a quick explanation required

2003-07-28 Thread Marek Kilimajer
use require_once() or include_once() - these remember what has been included and do not include files that has been already. Kevin McGinley wrote: Can u tell me then how its posssible to include a file that inculdes another file if it is itself included in two other files that are in difeerent d

Re: [PHP] Absolute and relative paths ..... a quick explanation required

2003-07-28 Thread Curt Zirzow
* Thus wrote Kevin McGinley ([EMAIL PROTECTED]): > Hi all, > can anyone tell me how php paths are worked out Im just starting to use > php over asp so would appreciate the answer to the following > > If a file a.php includes a file b.php which includes a file c.php is the > include in file b.

Re: [PHP] Absolute and relative paths ..... a quick explanation required

2003-07-28 Thread Marek Kilimajer
relative to a.php Kevin McGinley wrote: Hi all, can anyone tell me how php paths are worked out Im just starting to use php over asp so would appreciate the answer to the following If a file a.php includes a file b.php which includes a file c.php is the include in file b.php relative to itse