Re: [PHP] Referring to Parent Folders

2004-02-13 Thread Paul Furman
Richard Davey wrote: Why not set-up a variable in a common include file (something like $basedir = "/usr/home/vinny/public_html/php") and then you can just do this: include "$basedir/script.php"; Here's what I use: -- HOME: -

Re: [PHP] Referring to Parent Folders

2004-02-13 Thread Richard Davey
Hello Vinny, Tuesday, February 10, 2004, 6:18:09 AM, you wrote: V> [doc root] V> -[php] V> -- script.php V> -- [some folder] V> --- [another folder] V> current.php V> So my question is, is this simply a PHP config problem? Nope. Nothing to do