Dear Rossko,
For instance below is my part of my php script.So this is
how my php script is written. How can I read in my page which called this
php script via the GDownloadUrl method? Thank you.
$m1 = mysql_fetch_array($result1);
echo "lat=".$m1['latitude'];
echo "&long=".$m1['longitude'];
echo "&course=".$m1['course'];
On Mon, Aug 23, 2010 at 1:35 AM, Rossko <[email protected]> wrote:
> > 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]<google-maps-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>
--
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.