How to make a program to store data? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make a program to store data?

I just learned how to code a username and password, but I was curious on how to make the actual program that stores that info. Any help/suggestions/advice would be appreciated.

25th May 2017, 6:28 PM
Christine
Christine - avatar
3 Answers
+ 13
Angular JS + Firebase like the @Burey's code: https://code.sololearn.com/WQYApZt67VWn/?ref=app Or... more easily... you could use the storage of HTML5: https://www.w3schools.com/html/html5_webstorage.asp Read this too: https://www.html5rocks.com/en/tutorials/offline/storage/ This is the "client-side way", but the storage data should be always done with server-side languages: PHP, MySql, Node.js and so on...
25th May 2017, 6:34 PM
Maz
Maz - avatar
+ 2
thank you very much!
25th May 2017, 7:23 PM
Christine
Christine - avatar
+ 1
Databases. Learn SQL
25th May 2017, 6:33 PM
Règik
Règik - avatar