0

I am using plugin that geocodes from an address string. The problem is that it returns the lat/long as comma separated value in a single field.

What I need to do is find a way to take that, split the values and then save them into the geo_latitude, geo_longitude fields.

Is there a plug in or function that could achieve this?

Paul Aston
  • 135
  • 12
  • 1
    Show the field contents. But you probably need to [`explode`](http://www.php.net/manual/en/function.explode.php) it. – brasofilo Nov 07 '13 at 14:52
  • 1
    You can use something like what is shown in the following answer: http://stackoverflow.com/a/19756848/1316440 – wchiquito Nov 07 '13 at 15:51

0 Answers0