Hi guys,
I'm developing an application where I have a login screen. I'd like to have the user credentials stored in a MySQL database.
I have a database created with id, username and password fields. I can run a select statement and the console shows the results.
I was wondering how would I go about making a login screen with username and password validation using the MySQL database I have created. I have read that this must be done by writing a PHP script and have the iPhone app to reference this in order to access the database, however my PHP knowledge is limited.
Any help would be appreciated,
Thanks!