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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You probably want to create a REST API. Check out this link: http://blog.poundbang.in/post/47182656/building-a-rest-api-for-your-iphone-sdk-app-using |
|||
|
|
|
You'll need to use NSURLConnection and NSURLRequest to send the data to the server. |
|||
|
|