Re: [PHP] relative path vs. INCLUDE() !!!!!

2001-12-24 Thread Justin Garrett
There is also include_path in the php.ini file. "Bogdan Stancescu" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This is a kind of a "shit happens" answer -- ummm... nope, there's no > workaround. The only workaround is providing a global path variable and u

Re: [PHP] relative path vs. INCLUDE() !!!!!

2001-12-24 Thread Bogdan Stancescu
This is a kind of a "shit happens" answer -- ummm... nope, there's no workaround. The only workaround is providing a global path variable and use that for all pages, but you probably already thought about that. Sorry for the bad news on Christmas! :-) Bogdan "Arcadius A." wrote: > Hello ! > I'

[PHP] relative path vs. INCLUDE() !!!!!

2001-12-24 Thread Arcadius A.
Hello ! I've just made a nice navavigation bar for my website The nav. bar is a php file (Templates/inc_nav.php)containing links to other pages of my site. the links has been made relatively to the file "inc_nav.php"; Now that I've included the "inc_nav.php" in other pages , my links no lon