how to send the form data once filled to server? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

how to send the form data once filled to server?

24th Jul 2016, 9:22 PM
Pedro Navajas
Pedro Navajas - avatar
7 Respostas
+ 4
By connect with server using php
24th Jul 2016, 9:27 PM
Shubham Gupta
Shubham Gupta - avatar
+ 4
You can save input form data... witn php & mysqli
25th Jul 2016, 1:11 AM
Al Shahrior Hasan Sagor
Al Shahrior Hasan Sagor - avatar
+ 3
u can do that by create a database first to save the data into it ... the second step is use the php to connect the database to html (your page) for more simple u can imagine php like a wire conect 2 things togather like database and static html
2nd Feb 2018, 6:02 PM
Hossam Hassan
Hossam Hassan - avatar
+ 2
Use php or node.js.
25th Jul 2016, 2:32 AM
Eric Leatham
Eric Leatham - avatar
+ 2
you can use php
28th Jul 2016, 3:32 AM
Felipe Medeiros
Felipe Medeiros - avatar
+ 2
with html when you give the input an attribute called value ="" , after submitting the form sends the values of all the inputs that has a value to the surver for Example <label> Username </label> <input type="text" value="Username">
16th Nov 2016, 3:00 AM
Lmis Kmal
Lmis Kmal - avatar
+ 1
submit
10th Oct 2016, 8:41 PM
Nada
Nada - avatar