From: "Richard Davey" <[EMAIL PROTECTED]>

> Personally I use a file called common.inc which is basically
> my global include file - it has nothing but variables I need set (no
> functions, etc - they are held elsewhere) and files I need to include.
> It sits at the root of my project and is included on every page. It's
> the only file that needs to be included.

I hope you are also denying access to .inc files otherwise we could view
your file as plain text. Same goes for INI files used with parse_ini_file()
that are stored in the webroot.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to