How to create a secure login form?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lukaswrites
Forum Newbie
Posts: 12
Joined: Tue Dec 22, 2009 6:57 am

How to create a secure login form?

Post 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
tabutcher
Forum Newbie
Posts: 20
Joined: Fri Aug 21, 2009 7:10 am

Re: How to create a secure login form?

Post by tabutcher »

Could you post the code you've written and explain specifically what problems you have?
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: How to create a secure login form?

Post 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.
lukaswrites
Forum Newbie
Posts: 12
Joined: Tue Dec 22, 2009 6:57 am

Re: How to create a secure login form?

Post by lukaswrites »

thanks ye all, i'll try then
Post Reply