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!
Mr Bean [ Di, 15 August 2006 10:55 ] [ ID #1431338 ]

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?
zac.carey [ Di, 15 August 2006 14:43 ] [ ID #1431339 ]

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
PTM [ Di, 15 August 2006 16:41 ] [ ID #1431340 ]
PHP » alt.php.sql » Login with password

Vorheriges Thema: php and insert query
Nächstes Thema: Anoying SQL problem