I would like to create sub domain using php codes.Say I have a web page where user can register and after registration they get a domain like
www.emedia.com/john.php. But I like to create a sub domain like
www.john.emedia.com using php. How can I do that? Could anybody help me?