How to send data to site database in iphone app?

I want to create an iphone application that can post data to a website database using MySQL. Can anyone provide some hints?

-1


source to share


1 answer


You will need to use NSURLConnection and NSURLRequest to send data to the server.



0


source







All Articles