Home > Archive > PHP SQL > August 2006 > Login with password
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Login with password
|
|
| Mr Bean 2006-08-15, 3:58 am |
| 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!
| |
| strawberry 2006-08-15, 7:58 am |
|
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?
| |
|
| "Mr Bean" <mrzip355@serv.user.com> wrote in message
news:OZfEg.13220$E02.4901@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
|
|
|
|
|