tags:

views:

26

answers:

1

hi i am trying to connect to the external database and then populate the UITableView with the column data in the external database(mysql)... could anyone help me out...

A: 

I'd use a php page to grab the data out of MySQL, then use json_encode() to prepare the data for the app.

Next you'll need something like this to translate the JSON into a list on the iPhone.

Farid