+ 1

How to take input from user in html programs?

what keyword to use for taking input from user.

10th Jun 2018, 7:07 AM
Aditya Mahimkar
Aditya Mahimkar - avatar
2 odpowiedzi
10th Jun 2018, 7:11 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
You can use <input type="THE TYPE> to collect info from user + js to do different things with them. But if you want to use those info in a server i recommended you to take the php tutorial.
10th Jun 2018, 7:51 AM
Seniru
Seniru - avatar