
October 4th, 1999, 08:06 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I have been keeping all user info (including userID and password). in mySQL database. I am launching a new page which will require users to log in before allowing them to do anything.
What is the best way to go about this? Do I need to select all registered userID and password out and make it in a .htpasswd-formatted (with delimiter) and use apache authentication, OR is there a way to authenticate by checking right into the database??
Thanksss!!!
|