Hi friends,
I am new to php. I want to create interface like i have lot of sub sites in my main site like http://subsite1.mainsite.com, http://subsite2.mainsite.com.. etc..
So i need to find the site url and using that site url i need to find subsite id in table and based on that id i need to display the information related to that site.
Is there any simple way to do this other than the url comparison ?