Re: [PHP-DEV] global variable for all scripts

2001-11-09 Thread Markus Fischer
Ask support questions at [EMAIL PROTECTED] . You might want to specify some kind of documentroot.php in every directory and use the $GLOBALS array or jus work with the prepend feature (see manual) - Markus On Sat, Nov 10, 2001 at 12:53:09AM +0100, sascha biber wrote : > > hi ppl, > > id like

[PHP-DEV] global variable for all scripts

2001-11-09 Thread sascha biber
hi ppl, id like to set something like a global variable or constant. i need this, to set the path of my document root. all scripts should then use this path. e.g. my apache document root is: /www all my skriptfiles are in /www/my_subdir i include a special php script in all script files with: