+ 1
How to collect an input from a user of my website so i can work on it
3 Answers
+ 6
You'll need a server side language in terms of storing it and more importantly handling data, or use JS to get data and pass it on using AJAX. Always remember to sanitize and validate data, as you can't trust it ever.
- 1
hola
- 1
ok