Thanks a lot.
Yes and no, check the function ini_get() in the manual.
It reads variables set in your php.ini-file, but as far as I know they are
NOT globals.
I must say it is not a very nice thing to do.
All others on the same machine will receive your extra values too.
I would advise you to go for the include-option. How much work will that
be?? It is much cleaner. :-)
Regards,
Erwin