I am having a problem that I am going crazy over, can anyone help?
The problem:
I am designing a web community, where i want each member to have their own website url containing a copy of the main site. I was hoping to make it dynamic somehow, to save webspace. When a virtual url is called, I somehow need to grab the username(without getting a 404) and then parsing some member information on the page to the viewer.
Example :
http://www.mywebsite.com/john
Should create a "copy" of mywebsite.com including contact information for John.
Does anyone have experience with this, and are willing to help a PHP newbie ?