Posted by Phil Coen on 07/13/05 04:38
>
> The PHP include() function, unlike the HTML include, can reference files
> which are outside the Apache docroot.
>
> If you *have* to hard-code passwords somewhere, at least put them in a
> file outside the Apache docroot and use a PHP include() call to reference
> them in any PHP scripts which are within the scope of the Apache docroot.
>
Thanks, Geoff. That got me a keyword to find in my php books.
Phil
[Back to original message]
|