Hello,
I am trying to create an app that will be communicating with Mysql Database, and I understand that I have to have an extra layer, such as as PHP, to achieve this. I already created the tables in the Database and the PHP files to interact with the Database. I have also created the interface in xcode, which includes textfields, buttons, etc. For now, if I were to click a button, say load, and want to grab a record off of the Database and display it on a label field, how do I go about this? There are some articles out there but are written using Objective-C but they are a bit confusing.
I thought about using SQLite but how am I going to keep the records updated? This Database contains records that are continuously changing, so I presume this won't work.
Any help would be appreciated!
Thank you!