dropfaith Posted December 29, 2007 Share Posted December 29, 2007 Okay so i wrote up a membership and registration login system and was wondering how i could allow users to create profiles from this and post the links into a table displaying the users Say Artists Profile1 Profile2 Profile3 http://www.devarticles.com/c/a/PHP/Creating-a-Membership-System/ is what i used to create the membership system Quote Link to comment https://forums.phpfreaks.com/topic/83561-user-profiles/ Share on other sites More sharing options...
Northern Flame Posted December 29, 2007 Share Posted December 29, 2007 you could create a page called profile.php and use $_GET to get the user id and then use the id to get the users information from your database and then display the results however you want Quote Link to comment https://forums.phpfreaks.com/topic/83561-user-profiles/#findComment-425142 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.