can anyone explain FORM of html completly.. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

can anyone explain FORM of html completly..

14th Jan 2017, 5:30 AM
I Am a Baked Potato
I Am a Baked Potato - avatar
25 Respuestas
+ 7
it is scripting language, which is used to design both front end and back end of any website.
14th Jan 2017, 7:11 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 6
but everything, but can you tell me about only submission of form.
14th Jan 2017, 5:56 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 6
Well, when you click on <input type=submit>, the php file in the action attribute of your form tag will receive input. Let's say your form is something like, <form action="submit.php" method=POST> <input type=text name=username> <input type=submit> </form> In the file submit.php, the username value can be accessed by $_POST['username']. If you actually want this to be inside the database, you need SQL databases, one of them is MySQL.
14th Jan 2017, 6:01 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 5
XAMPP is a tool to host a web server in localhost. I won't talk about how the data can be inserted to MySQL database because that's a wall of words you probably can't understand without XAMPP.
14th Jan 2017, 6:04 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 4
me too, but I need method of submission of data of form on any database or local system.
14th Jan 2017, 5:51 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 4
yes, but it not works on my system.
14th Jan 2017, 5:55 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 3
Do you mean something PHP-related?
14th Jan 2017, 5:52 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
What do you mean it does not work? Can you connect to MySQL?
14th Jan 2017, 5:56 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
no, I don't have it
14th Jan 2017, 5:56 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 3
to do it xampp is compulsory, right.
14th Jan 2017, 6:03 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 3
php database?
14th Jan 2017, 6:55 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
yes, you are right
14th Jan 2017, 5:53 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 2
I have tried it so many times, but still it not works.😥
14th Jan 2017, 5:54 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 2
Do you have XAMPP?
14th Jan 2017, 5:54 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
I can't talk about this stuff in Q&A though, it takes like a year to write everything about forms.
14th Jan 2017, 5:55 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
what is php
14th Jan 2017, 7:08 AM
I Am a Baked Potato
I Am a Baked Potato - avatar
+ 2
Read the tutorials
14th Jan 2017, 7:10 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
@tusar php is a server side language which is dying slowly . @cheez explained form element already . to get data on pyhton use def something (request): var1=request.GET("tag","")
14th Jan 2017, 8:03 AM
Sun
Sun - avatar
+ 1
@cheeze what is php database
14th Jan 2017, 6:54 AM
I Am a Baked Potato
I Am a Baked Potato - avatar
+ 1
@cheeze what is php ??
14th Jan 2017, 7:10 AM
I Am a Baked Potato
I Am a Baked Potato - avatar