> There's a error in save php: Invalid query: Data truncated for column > 'lat' at row 1, but even so the function is working...
Not a maps question then. http://www.google.co.uk/search?hl=en&q=Invalid+query%3A+Data+truncated+for+column&meta=&aq=f&oq= > Do you know what kind of problem is this? I expect you're trying to put data that doesn't fit into a MySQL column. MySQL requires you to specify the kind of data that goes into a column - text, how many characters ; number, floating or integer, how many decimals ; etc. If you put a floating point number into an integer column it will complain, and throw away the decimal places. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
