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! Quote Link to comment 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. Quote Link to comment 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.