> It looks like the code that I posted for the php was set up as its own > page
I woudn't call it a 'page' as such, but it is an independant serverside script yes. Here's what it does in isolation. "Something" calls it by using its URL wth some querystring parameters attached. The php script reads the parameters, and uses them as selectors to search a database. It outputs the results as XML dynamically. To the calling "Something", it just looks as though the URL points to an XML file. You could view this script as an XML service provider, so far as the rest of the net is concerned. In the original application, the javascript takes user input and builds a parameterised URL to call that remote script. The javascript digests the XML it recieves in return and changes the display (on the same page) accordingly. How you do client-server interactions in ASP I have no idea. -- 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=.
