I am trying to figure out how to show a dynamic image based upon a user’s zip code entry. I have a database file containing hundreds of zip codes and their counties and states. If a user enters one of these zip codes, I want a specific image associated with each COUNTY to display.
Is there anyway to use the user’s zip code entry to look up what county it is in using an existing database file and then pull an image associated with that county?
Thanks a ton in advance!