Re: Password protected directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Nov 2, 2010 at 1:05 PM, Ben Miller <biprellim@xxxxxxxxx> wrote:
> I need to access and read the files in a password protected directory with a
> PHP script using the readdir function.  I'm already making users login to a
> secure area, so I don't want to make them enter a password again to access
> the files - is there a way to include the password with the readdir/opendir
> function with PHP?
>
>
>
> Thanks in advance.
>
>
>
> Ben
>
>

assign a session key to the user and just check if that session key is
set before using the standard account to access the file. Then the
password can be held in the config file and the user never sees it

-- 

Bastien

Cat, the other other white meat

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




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux