Display Latitude and longitude on a webserver
问题 I have been trying to display the gps coordinated to a web server since several days but havent come to any conclusion yet. What i am trying to do is to get the latitudes and longitudes of a person and then display them on the webserver. I got a php server and mysql database. There is no error but There is nothing displayed on the url public class UseGps extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super