I will admit, I don't know much about PHP and have google'd around for an answer but haven't had much luck in finding anything to suit my needs. I have however managed to create a simple connection script and login/authentication script to my server for my iOS app. I have a table in the MySQL database which holds a list of events and was wondering what would be the best way to populate cells using the values from this table.
I already have the UITableView set up, and have managed to get it loading data from a local array all to the right places on the custom cell.
I am able to @echo the results of all of the table back, but what would be the best way to go about populating each cell with one row of the table?
Thanks!