If you use a GET to write data, the HTTP police will spank you. GETs are for reads; POSTs (and DELETEs/PUTs for the REST purists) are for writes. :-)
Larry On Fri, Jan 25, 2013 at 8:07 AM, bob <[email protected]> wrote: > Write a PHP script on the server that saves the data to a MySQL database. > Then connect on port 80 and do a GET request to submit the info to that > form. > > > > On Friday, January 25, 2013 1:32:35 AM UTC-6, Sadhna Upadhyay wrote: >> >> Hi Friends, >> >> i am making an app in which i have to save user registration on >> server ,how to do? >> please help me if anyone have idea. >> > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

