How do I create a simple form with two fields and insert into a mysql database?
Corona doesn’t support MySQL databases locally. We support SQLite. You can use MySQL databases on a web hosting service via web scripts done in PHP.
Can you provide more information on your end goal?
Thanks
Rob
My goal is to create a punctuation rank according to the points that the user makes. How can I save this information? just name and dots.
Is it possible to write this information to a txt? How would you record the information locally and sync in an online rank?
ABout MySQL, is it possible to connect to mysql using rest API? Does corona support rest API?
is it possible to connect to mysql using rest api? Does corona support rest api?
Hi,
Do you already have a MySQL server set up?
A REST based API can be called using Corona’s network API, specifically network.request since REST is basically a standard network call.
You can also take a look at Coronium Core, which provides a MySQL server set-up and Lua based API.
-dev
Corona doesn’t support MySQL databases locally. We support SQLite. You can use MySQL databases on a web hosting service via web scripts done in PHP.
Can you provide more information on your end goal?
Thanks
Rob
My goal is to create a punctuation rank according to the points that the user makes. How can I save this information? just name and dots.
Is it possible to write this information to a txt? How would you record the information locally and sync in an online rank?
ABout MySQL, is it possible to connect to mysql using rest API? Does corona support rest API?
is it possible to connect to mysql using rest api? Does corona support rest api?
Hi,
Do you already have a MySQL server set up?
A REST based API can be called using Corona’s network API, specifically network.request since REST is basically a standard network call.
You can also take a look at Coronium Core, which provides a MySQL server set-up and Lua based API.
-dev