> ... I moved the marker to make it global and > fixed some of the errors, but most of them are straight copy pasted > from the code google provided and quite afew of them are from the > google maps api key for some reason.
Not sure what you mean about the key ; you should use it only once and it is right or it is wrong. > Even with the moving of the marker, no luck. Your saveData() routine is quite happily constructing a url like http://map.fathomthat.org/phpsqlinfo_addrow.php?name=blablah&type=Test1&lat=81.13394481915842&lng=-139.39453125 and sending it off to your server. But there's a problem with your php script ; try pasting the url directly in your browser and you will get the clues. -- 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.
