I am trying to find a PHP solution in which I can maintain a database of Service Providers and the ZIP codes they service as well as the brands they service.
I need to have a search ability that will only return matches for brand and ZIP code. I have been searching for several days. Is there anything written in PHP that does this sort of thing?


