how to make a form that stores all data on server or website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to make a form that stores all data on server or website

6th Jan 2018, 9:13 AM
akarshit
akarshit - avatar
4 Answers
+ 10
if you want to store it locally you can use localStorage (not working in code playground!) in order to store it on a server you 1) need a server 2) have to know a backend language (the best for that task would be php [easy to learn, perfect to access html forms without js])
6th Jan 2018, 9:21 AM
Kamil
Kamil - avatar
+ 7
3) And need Mysql database 😊
6th Jan 2018, 9:23 AM
Calviղ
Calviղ - avatar
+ 7
@Calvin correct 😅I forgot that
6th Jan 2018, 9:29 AM
Kamil
Kamil - avatar
+ 2
or any other database like postgresql,...
6th Jan 2018, 9:26 AM
Aymen ELARBI