zeal5050 Posted June 23, 2009 Share Posted June 23, 2009 Hi Guys, First step, the user will register. He will put in username, Password, Address, Email and etc.. Then, once he registers, It will create a unique page for him on my domain name. For example, if the user puts /davis as his username, php will create a page on mydomain.com/davis. and it will display all his details at mydomain.com/davis Any idea how to go about this ? Thanks so so much for the kind advice and help. I appreciate it a lot! Thanks guys! Link to comment https://forums.phpfreaks.com/topic/163373-new-user-registers-how-to-create-a-unique-user-page-based-on-username/ Share on other sites More sharing options...
corbin Posted June 24, 2009 Share Posted June 24, 2009 A PHP page called userpage.php or something, and a mod rewrite that will rewrite /david to /userpage.php?user=david. Link to comment https://forums.phpfreaks.com/topic/163373-new-user-registers-how-to-create-a-unique-user-page-based-on-username/#findComment-862466 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.