I was wondering of the best way of removing certain things from a domain using PHP.
For example:
"http://mydomain.com/" into "mydomain"
or
"http://mydomain.co.uk/" into "mydomain"
I'm looking for a quick function that will allow me to remove such things as:
"http://", "www.", ".com", ".co.uk", ".net", ".org", "/" etc
Thanks in advance :)