> I would like to know below is my calling to my php page > via the method GDownloadUrl. The problem now in my php I will echo the > lat,long,speed,datetime. So what must I write in my > processLatestTrackData in order to read the values echo in > getTrackData.php.
Don't know, as we don't know what format your data is being output in. You'd need to know that in order to choose or create a parser for it. These examples of Mike's might help http://econym.org.uk/gmap/basic3.htm http://econym.org.uk/gmap/basic9.htm http://econym.org.uk/gmap/basic12.htm > Also I would like to know if the php fail to > generate any data how to notify the user? One of Larry's examples includes simple error checking http://www.geocodezip.com/basic8.asp -- 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.
