> one for date and one for time? I'm unsure how to call a php function
> from javascript though!

How to structure your query is not a maps issue, if your using MySQL
you might find help in MySQL tutorials etc.

You don't "call" php functions from javascript.  javascript is client-
side, php is server-side.    What you can do from javascript is submit
a url for a "webpage" , with parameters on it (set by javascript and
based say, on some form inputs).  That "webpage" can of course be a
php script, and it can respond with anything it likes - text, html,
xml etc.

Have you looked at the clasic 'store locator' maps example, which
covers supplying variable parameters to a php script, which fetches
different data, and feeds it back to a map page?

cheers, Ross K

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