php-general | 2000071
Date: 07/03/00
- Next message: Remigiusz Sokolowski: "[PHP] objects"
- Previous message: K: "[PHP] Converting Perl to PHP?"
- In reply to: Jerry Hutchings: "[PHP] $PHP_AUTH_USER"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i recommend you not to use a dB for loginname and passwords.instead,if
you use linux,you can set a .htaccess file under your public_html
directory for users.you may read the passwords from another location and
at this location the passwords are stored in a file that are made with
"htpasswd" command.i think you'd better construct your own password file
with htpasswd.if you want to seperate the users into groups,try making
directories under public_html and using another .htaccess files under
these directories.
-onur
On Mon, 3 Jul 2000, Jerry Hutchings wrote:
> Hello,
>
> Dose any body know the location of a log on script that uses $PHP_AUTH_USER,
> I'm trying to write a logon that requires a dB lookup for authentication and
> getting horribly lost ... :(
>
> Cheers
>
> Jeremy Hutchings
> Programmer
> I-D Media
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Remigiusz Sokolowski: "[PHP] objects"
- Previous message: K: "[PHP] Converting Perl to PHP?"
- In reply to: Jerry Hutchings: "[PHP] $PHP_AUTH_USER"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

