How to create a secure login form?
Moderator: General Moderators
-
lukaswrites
- Forum Newbie
- Posts: 12
- Joined: Tue Dec 22, 2009 6:57 am
How to create a secure login form?
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?
Could you post the code you've written and explain specifically what problems you have?
- 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?
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 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
-
lukaswrites
- Forum Newbie
- Posts: 12
- Joined: Tue Dec 22, 2009 6:57 am
Re: How to create a secure login form?
thanks ye all, i'll try then