I have some simple php code that allows me to find the top number of registered users from a the most active zip codes and by extension, the most active state. However I want to find the most active counties. The problem is that the same county name are used in multiple states, so you don't want to add them together.I have some simple php code that allows me to f