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

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -