0
how do i get values(eg:name,email,etc..) typed in the form after submitting it? In html
7 Respuestas
+ 2
Aswin Sainath I have get the values from the form by JavaScript in the code. See and feel free to use it.
https://code.sololearn.com/WHruFlPui5Ns/?ref=app
+ 2
you could use js like what Akash Pal demonstrates.
But on a real website youlld most likely be using php's $_get[] or $_post[]
+ 1
but for those like one time registration and then next time login .
how to save like that
+ 1
Aswin Sainath You will have to use database for the this. But I too don't know now.
+ 1
Check out SQL for saving data.
0
tq