I have an array consisting of domains (www.whatever.co.uk or www.whatever.com) can be up to around 15 domains. Want I want to do is get the data out of the array (easy) and then split the string so that I can use only the domain extension (.co.uk or .com etc...)
I will still need the actual domain names in an array for use later on.
Can anyone help?