There is such a post
jQuery.post("/gs/mod/modules/map_coord_city.php",{ city_name : city_n }, function(data){ CurrentLoc=''; CurrentLoc=data; var Location_coords = CurrentLoc.split(','); latitude=Location_coords[0]; longitude=Location_coords[1]; } );
I need to use Longitute and latitude outside of this function. How to share them?