Login with password
Hello!
I’ am building a web page with user/member accounts and want to have a
password for every user like:
Username: peter25
Password: ******
And then login on the web page if the username and password is correct.
I am using MySQL 4 and phpMyAdmin 2.5.7-pl1.
Which db data type and SQL query is best?
Any help is much appreciated!
Re: Login with password
Mr Bean wrote:
> Hello!
>
>
>
> I' am building a web page with user/member accounts and want to have a
> password for every user like:
>
>
>
> Username: peter25
>
> Password: ******
>
>
>
> And then login on the web page if the username and password is correct.
>
> I am using MySQL 4 and phpMyAdmin 2.5.7-pl1.
>
>
>
> Which db data type and SQL query is best?
>
>
>
> Any help is much appreciated!
How important is security for this site?
Re: Login with password
"Mr Bean" <mrzip355 [at] serv.user.com> wrote in message
news:OZfEg.13220$E02.4901 [at] newsb.telia.net...
> Hello!
>
> I' am building a web page with user/member accounts and want to have a
> password for every user like:
>
>
> Username: peter25
>
> Password: ******
>
>
> And then login on the web page if the username and password is correct.
>
> I am using MySQL 4 and phpMyAdmin 2.5.7-pl1.
>
> Which db data type and SQL query is best?
>
> Any help is much appreciated!
>
>
I would suggest you don't bother writing your own.
I found one by a guy who goes by the name 'Jpmasater77', has nice touches
like user levers, password resets, admin control panel, etc.
He also has a site with a LOT (understatement) of Q&As,
Can't remember where I found it but a yahoo or google search for him should
come up trumps.
Phil