0
How to save HTML content generated by JS?
I made a little webapp that creates a template and an object to view and store book info. But how do I save the data generated by JS and show it when the web page reloads.
1 Answer
0
You can use a database. Such as mysql. You will need some knowledge of php.