Skip to content
Advertisement

PHP Getting Domain Name From Subdomain

I need to write a function to parse variables which contain domain names. It’s best I explain this with an example, the variable could contain any of these things:

JavaScript

But when passed through my function all of these must return either example.com or example.co.uk, the root domain name basically. I’m sure I’ve done this before but I’ve been searching Google for about 20 minutes and can’t find anything. Any help would be appreciated.

EDIT: Ignore the .co.uk, presume that all domains going through this function have a 3 letter TLD.

Advertisement

Answer

Stackoverflow Question Archive:


JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement