what mysql format should i use for these decimals? (Google Maps co-ords)
- by Haroldo
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?