On Sep 25, 4:02 am, enfix <[email protected]> wrote: > I need to load data from db and include it on my search. > For instance, when I search hotels in Rome, it will be display ONLY > the hotels in Rome (or near) and in my db. I need to show also the > results navigator page. > > I need to search ONLY inside my result: if the query is "hotel rome", > my result (marker) should come only from my db. > My db has 800/1000 rows and I use php to extract data.
You might find some of these "articles" useful: http://code.google.com/apis/maps/documentation/javascript/v2/articles.html In particular: Creating a Store Locator with PHP, MySQL & Google Maps (think of it as a "hotel" locator) Using PHP/MySQL with Google Maps -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
