I have referred other related question but they are not clear to me. Please explain me: How can I make subdomain in PHP?
Example :
http://www.domainname.com/page.php?usname=sundar
I want change the link to this
http://sundar.domainname.com
Is this possible in PHP? Or any other way to do it?