"Brad Thomas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> IMHO I've found MySQL better
>
> <[EMAIL PROTECTED]> wrote in message news:3B896921.25275.3BAA1C@localhost...
> > How would I go about making a Login system? and should I should
> > Flat file or MySQL?
> >
> > Let me know
> > Thanks
>
>

But to answer your question about how to make a login system:

First create a table which is named "users", or something to that effect
have their username, and password in that table, then do a lookup against
the table

to first see if
1) the username existed
2) if so, the password is correct

Any further suggestions are welcomed



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to