On Dec 14, 11:46 am, Boris <[email protected]> wrote:
> hi , simple question about :
>
> http://code.google.com/intl/bg/apis/maps/documentation/examples/geoco...
>
> can i save user input in mysql in php ? and if yes how ?
This isn't a geocoding question, I think. It's a question about
transferring data back to the server to be dealt with.
Send data back to the server using GDownloadUrl, and get back a
response indicating what happened. Eg
GDownloadUrl("myscript.php?addr="+address,myReturnFunction);
You have to provide the server script which accepts the address, and
the callback function.
Andrew
--
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.