One way is to simply count the number of times a city is in ur list. If its greater than 5 then add to another array.
It may take a while to search through all the zip codes in this fashion but u should only have to do it once and then save the results.




Reply With Quote