[PHP] AUTH (.htaccess style)

2003-02-20 Thread Sebastian
Greetings. I have a member system which each user has a unique ID, username and password. I want to secure some of my scripts with .htaccess style login, Basically I would like to fetch the username and password from mysql database, the password is encrypt using md5 hash. I would like to the

RE: [PHP] AUTH (.htaccess style)

2003-02-20 Thread Mark Cubitt
; } pg_close($dbh); ? regards Mark Cubitt -Original Message- From: Sebastian [mailto:[EMAIL PROTECTED]] Sent: 20 February 2003 09:35 To: [EMAIL PROTECTED] Subject: [PHP] AUTH (.htaccess style) Greetings. I have a member system which each user has a unique ID, username and password. I

RE: [PHP] AUTH (.htaccess style)

2003-02-20 Thread Mark Cubitt
: [PHP] AUTH (.htaccess style) Greetings. I have a member system which each user has a unique ID, username and password. I want to secure some of my scripts with .htaccess style login, Basically I would like to fetch the username and password from mysql database, the password is encrypt using