smosie Posted April 12, 2007 Share Posted April 12, 2007 Hi Guys, I'm new to the forum and php and would like to know how hard it is to make a php script that allows me to run a membership site? Thanks, Smosie Link to comment https://forums.phpfreaks.com/topic/46790-membership-script/ Share on other sites More sharing options...
clown[NOR] Posted April 13, 2007 Share Posted April 13, 2007 well you need to learn how to work with MySQL to to handle all members... it's not an easy task, unless you're as skilled as many on this forum =) me not included =) but from the little i know you need to read about working with php and mysql ... a good first time tutorial can you find here: http://www.freewebmasterhelp.com/tutorials/phpmysql hope that helps you getting a little closer to your goal.. - Clown Link to comment https://forums.phpfreaks.com/topic/46790-membership-script/#findComment-228064 Share on other sites More sharing options...
Guest Posted April 13, 2007 Share Posted April 13, 2007 The solutions are somewhat wide and varied. You could have a simple script that validates users against a database and checks to see if they are still logged in. You can add a control panel to that for you to administrate your users, you can add mailing lists, accesslevels, private messaging/forums/communities, registration/invitation, etc. It's probably good if you know exactly what you want before going into it and putting together ideas while you code. But a good place to start is Database access, it's not difficult once you get the hang of it. May want to get yourself familiar with PHP basics if you haven't already: http://www.tizag.com/phpT/ Link to comment https://forums.phpfreaks.com/topic/46790-membership-script/#findComment-228067 Share on other sites More sharing options...
clown[NOR] Posted April 13, 2007 Share Posted April 13, 2007 nice site 8ball... been reading for a little while there now... heading over to read it all now Link to comment https://forums.phpfreaks.com/topic/46790-membership-script/#findComment-228070 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.