How to interact iphone with PHP/MySQl web server -


I want to interact with my iPhone application with a php website with a MySQL database.

What do I basically want to get data from MySQL database and display it in my iPhone application and after doing some processing in the iPhone, I want to return some information back to the PHP website as XML .

Can anyone help me do this?

Thanks in advance.

There is a Safari in the iPhone and the Ajax feature in the Safari version, so Original Answer You can do it like any other webpage development.

After that if you want to apply a different app that is a different story.

I think you must code a webservice (PHP) code to consume data. I can imagine that requesting an HTTP using an iPhone SDK is not really difficult.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -