Quiz game
Posted: Thu Dec 31, 2015 10:18 am
I would like to realize quiz game. In order to have possibility to add new questions and compare player's score, my app should access an online database.
I have a web hosting with php and mysql.
What is the correct procedure?
A) Livecode app can directly access mysql records on my hosting by sql queries
B) Livecode can only make an http request with specific url and I must make php code in my website that understand what livecode wants and make correct sql query?
Thanks
I have a web hosting with php and mysql.
What is the correct procedure?
A) Livecode app can directly access mysql records on my hosting by sql queries
B) Livecode can only make an http request with specific url and I must make php code in my website that understand what livecode wants and make correct sql query?
Thanks