+ 1
can anyone explain FORM of html completly..
25 Respostas
+ 7
it is scripting language, which is used to design both front end and back end of any website.
+ 6
but everything, but can you tell me about only submission of form.
+ 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.
+ 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.
+ 4
me too, but I need method of submission of data of form on any database or local system.
+ 4
yes, but it not works on my system.
+ 3
Do you mean something PHP-related?
+ 3
What do you mean it does not work? Can you connect to MySQL?
+ 3
no, I don't have it
+ 3
to do it xampp is compulsory, right.
+ 3
php database?
+ 2
yes, you are right
+ 2
I have tried it so many times, but still it not works.š„
+ 2
Do you have XAMPP?
+ 2
I can't talk about this stuff in Q&A though, it takes like a year to write everything about forms.
+ 2
what is php
+ 2
Read the tutorials
+ 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","")
+ 1
@cheeze what is php database
+ 1
@cheeze what is php ??