Where Does The Form Go After You Hit The Submit Button?
RegisterLogin
Where Does The Form Go After You Hit The Submit Button?
Post Description: i have a question where does the form go after you hit the submit button?
Tags: where, does, the, form, go, after, you, hit, the, submit, button?
This Post Was Posted On Apr 07, 2010 By Tioplo #3372
Post Description: i have a question where does the form go after you hit the submit button?
Tags: where, does, the, form, go, after, you, hit, the, submit, button?
This Post Was Posted On Apr 07, 2010 By Tioplo #3372
Where Does The Form Go After You Hit The Submit Button? by Tioplo
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
Jason
#9453 1
It is great that it is posted somewhere, but where is that? How do we see it after the person hits Submit? Talk to us like we are 5 year olds....where is the info sent and how can I see it?
Feb 10, 2012 Reply Report abuse
sdf
#9265 2
This is so awesome i want to be a part of it
Dec 12, 2011 Reply Report abuse
kim
#5464 3
hmm .. how can i incorporate it in my website ?
Sep 21, 2011 Reply Report abuse
frok
#3977 4
where does a form go after clicking on the submit button
May 16, 2010 Reply Report abuse
malipoli
#3968 5
where does data go on submit button
May 11, 2010 Reply Report abuse
webune
#3746 6
it goes to whatever file you want
for example lets say i want all the information a user has entered to go to a file called process.php
this is how my form would look like
<form method="post" action="process.php">
Enter your Name Please: <input type="text" name="username">
<input type="submit" value="submit">
</form>
as you can see from the html code, the form will be using the POST method to send the data to the process.php file when the person hits the submit button
for example lets say i want all the information a user has entered to go to a file called process.php
this is how my form would look like
<form method="post" action="process.php">
Enter your Name Please: <input type="text" name="username">
<input type="submit" value="submit">
</form>
as you can see from the html code, the form will be using the POST method to send the data to the process.php file when the person hits the submit button
Apr 07, 2010 Reply Report abuse
Leave Your Comments...
©2012 Webune Forums - Fri Feb 10, 2012 1:56 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3