Reputation: 61
I have a login.php login and signup.php combo. I want to display a form in my app that will store user data and show exclusive views after sign in like a classic login/sign up combo. How do I connect my mysql database to my app? Will i be using json here or plists or both?
Upvotes: 0
Views: 380
Reputation: 4105
You will need to write a web service and connect to it this way. Here's a link to a great tutorial for exactly what you're describing
How To Write A Simple PHP/MySQL Web Service for an iOS App
Hope this helps.
Upvotes: 1