I am unsure how to start this,
Basically in my mysql database i have a table called "taxi" with the columns "company, base, miles" So the company one is Company name, Base is their main office postcode only, miles is how far they go to pick someone up?
Ideally want to use google maps, Will have a text box with id="start", so would need to extract that value (Their pickup postcode) and compare it with all the companys bases? and show which ones could pick up?
Forgot to mention i am trying do this in PHP Sorry if this does not make sense.
Thanks :)