Re: [PHP-DB] authentication in a browsing directory

2001-02-25 Thread Helmut Tessarek
Hi, This sounds good, but I thought it could be easier to use the browsing function of the Apache Webserver, since this function is already implemented. I just don't know, how to access this function, if there is an index file present. If there is no way to do that, I will try to use the filesyst

Re: [PHP-DB] authentication in a browsing directory

2001-02-22 Thread Baher Abouelfittouh
TED] >Subject: [PHP-DB] authentication in a browsing directory >Date: Wed, 21 Feb 2001 23:11:13 +0100 > >Hi, > >I've got some directories that should be accessed via the browser. This >works fine. >To secure a directory I always used the directives in the .htaccess >file. Th

[PHP-DB] authentication in a browsing directory

2001-02-21 Thread Helmut Tessarek
Hi, I've got some directories that should be accessed via the browser. This works fine. To secure a directory I always used the directives in the .htaccess file. This works aswell. Now I wrote a little PHP script that looks in a table of a database if the user is allowed to access the page or not

[PHP-DB] authentication in a browsing directory

2001-02-21 Thread Helmut Tessarek
Hi, I've got some directories that should be accessed via the browser. This works fine. To secure a directory I always used the directives in the .htaccess file. This works aswell. Now I wrote a little PHP script that looks in a table of a database if the user is allowed to access the page or not