I run a php script which returns coordinates in an array. However, I am struggling to store the individual values for longitude and latitude.
The actual output using var_dump is:
array(2) { ["latitude"]=> float(53.545858) ["longitude"]=> float(10.0079285) }
Any help is highly appreciated since I am a beginner with regards to php.