--- robert d'artois <[EMAIL PROTECTED]> wrote:

> Hi PHP-adicts,
> 
> HOWTO write a file in a place that a normal user can't
> access, and secure admit other special user.
> 
> TIA for direction and counsel
> 
> Cheers
> 
> Robert

Put the files in a directory which is outside of the filesystem space your
webserver can reach.  PHP can reach the entire file system so you can create a
PHP script to retrieve the file if the user is logged in, etc.

James

Reply via email to