>                Actually my problem is like this I have a GPS device keep
> updating the longitude and latitude, speed, bearing and other related
> information into mysql table. Then from my page I will select the relevant
> date from and to and I would like to send that to my php to get all the
> relevant data. The problem I dont know how to send the selected data from
> google map javascript and recieve it to  be processed and shown.

Here's an example of a javascript map page, that sends parameters to a
php/MySQL backend, which uses the parameters to perform a earch, and
feeds the results back to the webpage to be displayed on the map.
   http://code.google.com/apis/maps/articles/phpsqlsearch.html
You will have to to adapt the principles to your own particular needs.

-- 
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.

Reply via email to