mrgrim333 Posted June 6, 2009 Share Posted June 6, 2009 I was wondering if anyone could point me in the direction of a tutorial for a login system? Would it be possible too, being able to access the login information? Like usernames and passwords? ??? Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/ Share on other sites More sharing options...
Daniel0 Posted June 6, 2009 Share Posted June 6, 2009 Search the forums. Believe it or not, but you're not the only person who ever got the idea of implementing a login system. Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/#findComment-850632 Share on other sites More sharing options...
rv20 Posted June 6, 2009 Share Posted June 6, 2009 What do you mean access the login information, YOU could as you are the code writer if that's what you mean. Assuming you know how to setup an html form then if using POST to send you data from the form (you can als use GET) then you need to use, $_GET['element name'] in the PHP. Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/#findComment-850646 Share on other sites More sharing options...
Maq Posted June 6, 2009 Share Posted June 6, 2009 I assume you haven't tried Google yet? You took the time to sign up on the forums and ask this question, but haven't done anything yourself? There has to be millions of helpful results. Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/#findComment-850651 Share on other sites More sharing options...
tail Posted June 6, 2009 Share Posted June 6, 2009 Have a look at some of these: http://www.pixel2life.com/tutorials/php_coding/membership_scripts/ Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/#findComment-850677 Share on other sites More sharing options...
mrgrim333 Posted June 6, 2009 Author Share Posted June 6, 2009 Ok, found a working model lol I just left the user data unencrypted so I can modify it as needed. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/#findComment-850707 Share on other sites More sharing options...
tail Posted June 6, 2009 Share Posted June 6, 2009 Glad to help. Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/#findComment-850719 Share on other sites More sharing options...
SoberDude Posted June 6, 2009 Share Posted June 6, 2009 Make sure to encrypt passwords when you actually release your site. The power may, and probably will get to your head. Happens to many of these Pokémon RPG owners who don't have much PHP experience. Quote Link to comment https://forums.phpfreaks.com/topic/161208-login-system/#findComment-850730 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.