kevinritt Posted February 5, 2009 Share Posted February 5, 2009 we have a non profit organization that offers different levels of membership based on a yearly fee. I want to set up a database to organize all the members. This would be just for administrative purposes and not for the members to see. Would a membership system be the way to go or is there another option someone could recommend? I want to be able to add, modify and delete records. I also want to search by name, date, ect. I have a basic idea of how to set this up but I'm looking for tutorials or suggestions. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/143910-membership-system/ Share on other sites More sharing options...
JonnoTheDev Posted February 5, 2009 Share Posted February 5, 2009 You just need to organise your data into tables. Read up on normalisation. Then you can write the queries to search your records. i.e members =========== memberId levelId name email username password created levels =========== levelId title price Quote Link to comment https://forums.phpfreaks.com/topic/143910-membership-system/#findComment-755162 Share on other sites More sharing options...
kevinritt Posted February 5, 2009 Author Share Posted February 5, 2009 Thanks Neil. I think this may be more like an address book so to speak because the members won't need to log in - this is only for administrative purposes. I have enough knowledge of PHP MySQL to be dangerous . Do you know of any tutorials that I could use as a guide? Quote Link to comment https://forums.phpfreaks.com/topic/143910-membership-system/#findComment-755171 Share on other sites More sharing options...
JonnoTheDev Posted February 5, 2009 Share Posted February 5, 2009 http://devzone.zend.com/node/view/id/627 Quote Link to comment https://forums.phpfreaks.com/topic/143910-membership-system/#findComment-755175 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.