doddsey_65 Posted September 6, 2010 Share Posted September 6, 2010 ok i need directing to a tutorial, an easyish one that can help me do a secure login and registration system. Something that uses sessions and mysql. something with sql injection and other security. i need it very secure. hope you can help. Quote Link to comment https://forums.phpfreaks.com/topic/212676-login-system/ Share on other sites More sharing options...
Adam Posted September 6, 2010 Share Posted September 6, 2010 I wouldn't recommend following just a single tutorial for something like this. If security is your main concern, then you should read up on on it separately. Once you have a good understanding of it in web applications, start following a tutorial on how to create a login system, adding in your own security. Don't just follow that one tutorial though, for each part of the process look up alternative methods, because the tutorial's way isn't necessarily the best way (in-fact 90% of the time it probably isn't). The problem with tutorials like that is they often teach you bad habits, by using outdated or deprecated code. I'd also advise you to look up any functions you've not encountered before in the PHP manual, you'll probably learn a lot more doing that. Quote Link to comment https://forums.phpfreaks.com/topic/212676-login-system/#findComment-1107870 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.