I want to create an iphone application that is able to post the data to a website database which is using MySQL. Can anyone give some hints?
Asked
Active
Viewed 1,736 times
-1
-
You probably want to create a REST API. http://stackoverflow.com/questions/1557040/objective-c-best-way-to-access-rest-api-on-your-iphone – Jacksonh Nov 25 '08 at 08:11
1 Answers
0
You'll need to use NSURLConnection and NSURLRequest to send the data to the server.

August
- 12,139
- 3
- 29
- 30