Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

[Iphone programing] Attach mysql database to application

0

59 views

I'm beginner in iphone programing, now and for the first time I build my first app. I have a php/mysql website and I would like to show a list of names which are already on the database of my website, in my iphone app, exactly when using the search bar. How to do this please, If it possible send me a link of a tutorial. Thank you !

asked June 24, 2011 7:02 pm CDT
posted via StackOverflow

3 Answers

0
 
answered June 24, 2011 7:28 pm CDT
0
 

do you know yet if you will be using some sort of service layer? you will probably want to. something with xml / json is common.

iphone to webService question iphone to mysql directly via framework

answered June 24, 2011 7:28 pm CDT
0
 

You should teach you server application to generate some exchange format like XML/json/plist under a certain URL, download it and parse/deserialize it. All these steps are documented hundred times here on stackoverflow, at your server framework site and at developer.apple.com

answered June 24, 2011 7:28 pm CDT

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions