Hello,
Another question i was thinking about too..
How can i create a functionality like
1. User registers with username e.g. Guru
2. I give the user a url www.mysite.com/guru
3. when a user visits the above url it open his own page
any ideas??
Printable View
Hello,
Another question i was thinking about too..
How can i create a functionality like
1. User registers with username e.g. Guru
2. I give the user a url www.mysite.com/guru
3. when a user visits the above url it open his own page
any ideas??
This is done through .htaccess rewriting. Plenty of other examples can be found on Google.
okay.. i found the way will post the code when tested.