lithid Posted January 2, 2008 Share Posted January 2, 2008 I am in the process of creating a site and I have the login working and stuff but I really wanted it to have a verify membership thing so people could view profiles and members but to message or view events they would have to login as a paying member. If anyone could help me out as to where to start with this that would be great. thanks. Quote Link to comment https://forums.phpfreaks.com/topic/84120-verify-membership-help/ Share on other sites More sharing options...
revraz Posted January 2, 2008 Share Posted January 2, 2008 Look up tutorials on how to implement user authentication. It will show you how to use forms and how to work with a backend database like MySQL. Quote Link to comment https://forums.phpfreaks.com/topic/84120-verify-membership-help/#findComment-428185 Share on other sites More sharing options...
adam291086 Posted January 2, 2008 Share Posted January 2, 2008 Set a database column up for membership type. Then set up a session to store the membership type. Then when a user tries to send a message and they dont have the correct session then they wont be able proceed. That is a breif explanation but should help you a little. Quote Link to comment https://forums.phpfreaks.com/topic/84120-verify-membership-help/#findComment-428187 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.