Page 1 of 1

How to create a secure login form?

Posted: Tue Dec 22, 2009 7:02 am
by lukaswrites
Hi all, i am the new guy here and new guy in php as well. Well, recently, i want to make a simple login form for my website and of course , i'd like to provide the registration form too. But, i've got some problems when I tried to make one, how can i make a safe registration and login form ? so that no one outside there can breach to my web?? please help me

Re: How to create a secure login form?

Posted: Tue Dec 22, 2009 9:52 am
by tabutcher
Could you post the code you've written and explain specifically what problems you have?

Re: How to create a secure login form?

Posted: Tue Dec 22, 2009 1:50 pm
by flying_circus
lukaswrites wrote:Hi all, i am the new guy here and new guy in php as well. Well, recently, i want to make a simple login form for my website and of course , i'd like to provide the registration form too. But, i've got some problems when I tried to make one, how can i make a safe registration and login form ? so that no one outside there can breach to my web?? please help me
Spend some time reading through the "Security" forum on this website. There are many different login systems posted and some great feedback as well. This is a tough task and there is no easy solution.

Re: How to create a secure login form?

Posted: Fri Dec 25, 2009 12:47 am
by lukaswrites
thanks ye all, i'll try then