devWhiz Posted September 3, 2011 Share Posted September 3, 2011 Hi I was curious as to if you guys could possibly point me in the right direction so I can learn what is needed in order to implement a system on my website that allows users to login and then I could make only certain users have access to certain pages and etc, I don't have any mysql knowledge at all and I'm pretty sure I'm going to need to know that so if anyone could point me in the right direction and put me on on the right track to learning this or a guide I could go off of and see how everything works, I appreciate it. Thanks! CLUEL3SS Quote Link to comment https://forums.phpfreaks.com/topic/246333-user-system-for-my-website/ Share on other sites More sharing options...
trq Posted September 3, 2011 Share Posted September 3, 2011 You just need to think about the steps involved and then implement them. 1) User registration - add new username & password to a database. 2) User authentication - check a username password combination against records in a database 3) User login - Persist data so as to identify a user across multiple requests. No one likes to have to think too much these days it would seem. Quote Link to comment https://forums.phpfreaks.com/topic/246333-user-system-for-my-website/#findComment-1265033 Share on other sites More sharing options...
devWhiz Posted September 3, 2011 Author Share Posted September 3, 2011 With myself, I enjoy learning something I am interested in, and tend to put alot of effort into something I want done. Quote Link to comment https://forums.phpfreaks.com/topic/246333-user-system-for-my-website/#findComment-1265036 Share on other sites More sharing options...
voip03 Posted September 3, 2011 Share Posted September 3, 2011 You can start with this PHP / MySQL Tutorial http://www.tizag.com/mysqlTutorial/ http://dev.mysql.com/tech-resources/articles/mysql_intro.html Quote Link to comment https://forums.phpfreaks.com/topic/246333-user-system-for-my-website/#findComment-1265037 Share on other sites More sharing options...
meltingpoint Posted September 3, 2011 Share Posted September 3, 2011 Google- Flat File Membership or Flat File Login script There is no reason that a good flat file membership login script cannot be implemented. I have created a couple and they work very well. I have seen many on the net that I have examined and used bits and pieces to make a comprehensive or more secure membership / login script. So, have a look around with the above google query and see what suites your needs. While I agree that the "Cadillac" method would be MySQL- that is not the only method. Quote Link to comment https://forums.phpfreaks.com/topic/246333-user-system-for-my-website/#findComment-1265111 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.