Re: [PHP] something annoying about includes/relative paths.

2003-01-10 Thread David T-G
Sean, et al -- ...and then Sean Malloy said... % ... % % Its a bad example. However, it demonstrates that the relative path for each % include changed depending on what file was being included. % % PHP doesn't do that. Which is kind of annoying, but you get used to it.. But Not only does one g

Re: [PHP] something annoying about includes/relative paths.

2003-01-10 Thread Maxim Maletsky
"Sean Malloy" <[EMAIL PROTECTED]> wrote... : > Moving to PHP from an ASP backgroun, I always found one thing really > annoying about PHP. > > With ASP, you could have a file structure such as: > > SYSTEM > |--HTML > | |--header.asp > | > |--LOGIC > | |--engine.asp > | > |--core.asp > > in de

[PHP] something annoying about includes/relative paths.

2003-01-09 Thread Sean Malloy
Moving to PHP from an ASP backgroun, I always found one thing really annoying about PHP. With ASP, you could have a file structure such as: SYSTEM |--HTML | |--header.asp | |--LOGIC | |--engine.asp | |--core.asp in default.asp, you would in core.asp, engine.asp would be included as such in