I need to setup some type of script to locate doctors by zip code. Anybody know of a "store locator" script that is open source and written in PHP?
I don't know such a script, but simply put you need a database that allocates the doctors to the appropriate ZIP code, and with your PHP script you query that database.