04-10-2009, 04:13 AM
|
#6 (permalink)
|
|
The Visitor
Join Date: Jan 2009
Posts: 4
Thanks: 1
|
Quote:
Originally Posted by allworknoplay
Correct, this is not a PHP thing or any kind of variable thing.
What you are looking to do is create a subdomain.
that has to do with your hosting provider and DNS.
Where you store your directory "username" doesn't matter, as long as your provider is aware of it and your web server is configured to know that that directory is meant to be a subdomain...
|
Yes..
But if you are lucky you can do it easily
Some of the providers will give catch all subdomain facility.
but some are not
in the first case we can logically manage the problem
that is you are not going to be create any subdomains, instead you will catch any string that comes in front of your domain and will manage with your file and treat them as usernames
So that you can check with your DB and perform appropriate actions...
Regards
Anees
|
|
|
|