+ 2
How can you store user input for later use on a website?
2 Answers
+ 2
For use in the same session, you can either store user input in variables or arrays. For server-side interaction, you'll need a database.
0
You should use PHP for that or other server-side language