I'm looking for a bullet proof way to extract domain (with tld) from any givem link - an eqivalent of dirname($path) let's call it domainname($link).
echo domainname("http://example.com/index.html?a=123%1231");
should print "example.com"
|
1
|
I'm looking for a bullet proof way to extract domain (with tld) from any givem link - an eqivalent of
should print "example.com" |
||
|
|
|
|
parse_url return value has a |
||
|
|
|
|
More info: http://be.php.net/manual/en/function.parse-url.php |
||||
|