LanceT Posted January 28, 2007 Share Posted January 28, 2007 How would I go about making a user registration script that would allow a user to make a profile, change/edit their profile, etc. I would probably need to set a cookie or only show them data that is relevant to their username?Anyone know of any simple scripts that I can study for this? Link to comment https://forums.phpfreaks.com/topic/36116-user-registration-script/ Share on other sites More sharing options...
Tandem Posted January 28, 2007 Share Posted January 28, 2007 Use sessions for login scripts. Search google for a login script, there are loads out there.For profiles just use a database table to store the peoples profile content, and use GET (yourpage.com/profile.php?username=Tandem) to draw the appropriate persons profile content. Link to comment https://forums.phpfreaks.com/topic/36116-user-registration-script/#findComment-171470 Share on other sites More sharing options...
JasonLewis Posted January 28, 2007 Share Posted January 28, 2007 i would search a scripts site like: www.hotscripts.comthere should be plenty out there. Link to comment https://forums.phpfreaks.com/topic/36116-user-registration-script/#findComment-171473 Share on other sites More sharing options...
LanceT Posted February 2, 2007 Author Share Posted February 2, 2007 OK also I want it so that the user sets a cookie whenever the user logs in and then I can call upon the cookie to find his username.Also this cookie will be called whenever I want to set restrictions, such as not allowing him to edit other user's profiles. Link to comment https://forums.phpfreaks.com/topic/36116-user-registration-script/#findComment-175364 Share on other sites More sharing options...
designergav Posted February 2, 2007 Share Posted February 2, 2007 You should check out vSignup. I've used this as a basis for a massive site with complete user login, management and webadmin control. I've found it to be amazingly simple and efficient. It's also easy to expand on, and you don't have to use all the features, but they're there if you need them.Check it out at http://www.beanbug.net/vScripts.php Link to comment https://forums.phpfreaks.com/topic/36116-user-registration-script/#findComment-175373 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.