<?php $latlon = "(42.32783298989135, -70.99989162915041)"; sscanf($latlon, '(%[^,], %[^)]', $lat, $lon); var_export([$lat, $lon]);
You have javascript disabled. You will not be able to edit any code.