Just having a bit of a blank moment, I don't suppose someone could jog my memory.
Basically I have an array with the following values:
[url]http://www.test.com,[/url] [url]http://www.test.com,[/url] [url]http://www.domain.com,[/url] http://www.phpbuilder.com
How could I go about looping through the array and displaying a count for the individual domains
e.g http://www.test.com = 2, http://www.domain.com = 1 and so on.
You mean [man]array_count_values[/man]?
Checking the manual is good at times like this - even if you don't find an answer like the above, you might still find something interesting.
Thanks Weedpacket, I was sure there must be a function for it.
I've been looking through the manul for the past 15 minutes, and found some really interesting stuff.
Alas not that one.
Thanks again.