-1

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?

Jonathan Leffler
  • 698,132
  • 130
  • 858
  • 1,229
  • 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 Answers1

0

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

August
  • 12,059
  • 3
  • 28
  • 30