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 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:
> /*
> <? include("config/file.php");
> ....
> ?>
> */
>
> if i like to move my scripts to /www/my_newdir i habe to change the
> include() function in every script
>
> any workaround here?
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]