I want to have a game online where the user can save his game info and then load that game info at a later date. Can this be done and if so, how? Any help appreciated.
Thanks,
Steve
I want to have a game online where the user can save his game info and then load that game info at a later date. Can this be done and if so, how? Any help appreciated.
Thanks,
Steve
The Save/Write features of the INI, Array, List, Combo, Edit objects, save to the local storage. The size of the local storage is limited (between 3 and 10 Mb, it depends on the browser).
Forgive me for being naive, but what is the exact pathname I would use when writing an array to local storage? Thanks, Yves.
Any pathname. Only the filename will be taken into consideration.
Hello,
I have a question about the ability to save and load with HTML5 application. I want to create the simplest database possible for my application but I don't know how.
My search led me to understand that in order to create a database I need to use mySql or something like that, implying I need to buy a server.
But, let's assume that I only have Netlify to host my app and Google Drive to host my database (which I would like to be an Excel or Google Sheet), how could I connect both so I can save and load from one another.
Is it possible ? What is the simplest database I can create ?
Thanks in advance