Hi,
This has been driving me insane, so any help would be greatly appreciated.
I have a SQL driven website, using a number of different fields within the database. One of those fields is called County and records where a person lives.
I need to be able to count the number of times a particular county appears in the database.
There are 89 possible counties at present, not all of which will actually appear in the database, so I don't want to have to do a mysql_num_rows routine.
Any ideas?