On Jan 21, 4:25 pm, Joshua Speechley <[email protected]> wrote: > Hi, > I have built a store locator by following this tutorial: > Creating a Store Locator with PHP, MySQL & Google > Mapshttp://code.google.com/apis/maps/articles/phpsqlsearch.html > and it is working perfectly, however, > > What i want to do: > is filter the search by state, using a drop down menu > > any help would be much appreciated. > thanks!
Add a "state" column to the database table and filter on that. (requires some knowledge of databases and SQL) -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
