[PHP-DB] Member login

2003-05-27 Thread Rick Dahl
Having a member login is just checking the password against the database and starting a session for that person, right? Rick _ Protect your PC - get McAfee.com VirusScan Online

Re: [PHP-DB] Member login

2003-05-27 Thread CPT John W. Holmes
Having a member login is just checking the password against the database and starting a session for that person, right? Sure... might want to check the username, also. :) ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Member login

2003-05-27 Thread George Patterson
On Tue, 27 May 2003 14:15:58 -0400 CPT John W. Holmes [EMAIL PROTECTED] wrote: Having a member login is just checking the password against the database and starting a session for that person, right? Sure... might want to check the username, also. :) ---John Holmes... Elementary,