Please how do I store data inputted in a website form. | Sololearn: Learn to code for FREE!
0

Please how do I store data inputted in a website form.

html

23rd Oct 2017, 1:02 PM
Josh Offuh
Josh Offuh - avatar
3 ответов
+ 13
Local and session storage can be used for storing non-sensitive info @ client browser. Otherwise a DB server is required as mentioned by @Prathamesh. 😉
23rd Oct 2017, 2:56 PM
Zephyr Koo
Zephyr Koo - avatar
+ 3
I think you have use DATABASE like MySQL or mogoDB along with php to save the data entered by user in form when the user hit the submit button or any sufficient event that you want.
23rd Oct 2017, 1:16 PM
Prathamesh Joshi
Prathamesh Joshi - avatar
+ 1
thanks guys very helpful
23rd Oct 2017, 3:03 PM
Josh Offuh
Josh Offuh - avatar