开发者

how do i populate the UITableView with the column data from the external database(mysql)?

开发者 https://www.devze.com 2022-12-11 00:36 出处:网络
hi i am trying to connect to the external database and then populate the UITableV开发者_开发问答iew with the column data in the external database(mysql)... could anyone help me out...I\'d use a php pa

hi i am trying to connect to the external database and then populate the UITableV开发者_开发问答iew with the column data in the external database(mysql)... could anyone help me out...


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消