what mysql format should i use for these decimals? (Google Maps co-ords)
Posted
by Haroldo
on Stack Overflow
See other posts from Stack Overflow
or by Haroldo
Published on 2010-04-26T11:38:15Z
Indexed on
2010/04/26
11:43 UTC
Read the original article
Hit count: 156
mysql
|google-maps
I have these two values i want to store:
$a = '51.480092';
$b = '-2.589397';
However I've been getting mysql errors, how should i have the decimal col setup in mysql?
© Stack Overflow or respective owner