0
Please how do I store data inputted in a website form.
html
3 Antworten
+ 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. 😉
+ 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.
+ 1
thanks guys very helpful