+ 1

How to get the inputs from a login page

18th Jan 2019, 7:18 PM
J T
2 odpowiedzi
+ 7
Use javascript
18th Jan 2019, 10:20 PM
AKS
AKS - avatar
+ 3
In JavaScript (on the client’s side): set an id to the input tags, then to get the value, use document.getElementById("ID_OF_INPUT_TAG").value In PHP (on ths server side, for a real login): https://www.sololearn.com/learn/PHP/1841/ and https://www.sololearn.com/learn/PHP/1840/
18th Jan 2019, 7:47 PM
Rowsej
Rowsej - avatar