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 direcrories i.e.

|\(root)a.php
|
|__ (dir b)\b.php |
|__ (dir c)\ c.php
|
|__ (dir d) \ d.php



if c.php includes d.php and both a.php and b.php iclude c.php
how do u ensure that includes work. I know this can be done by designing
everything from the top down and ensuring the system is correct but at
the mo Im working on an existing system ??


B.T.W Thanks for your previous answer
        

"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

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 itself or the file that included it i.e. a.php.


Any help appreciated








--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to