Re: [PHP] authentication verification

2008-05-29 Thread Greg Maruszeczka
On Thu, 29 May 2008 14:20:02 -0600 (MDT) "DeadTOm" <[EMAIL PROTECTED]> wrote: > So the user comes to the site and they're presented with a log in > page. They enter their username and password and php checks a mysql > database for a matching username and password. > In the case of a match, php the

Re: [PHP] authentication verification

2008-05-29 Thread Robert Cummings
On Thu, 2008-05-29 at 14:20 -0600, DeadTOm wrote: > So the user comes to the site and they're presented with a log in page. > They enter their username and password and php checks a mysql database for > a matching username and password. > In the case of a match, php then sets a cookie on their brow

[PHP] authentication verification

2008-05-29 Thread DeadTOm
So the user comes to the site and they're presented with a log in page. They enter their username and password and php checks a mysql database for a matching username and password. In the case of a match, php then sets a cookie on their browser with a value of 1 for authenticated and 0 for not auth