Where does the data go when submitted? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Where does the data go when submitted?

4th Feb 2017, 5:53 AM
Angela
Angela - avatar
5 Answers
+ 9
if u use the form method as get then it will be displayed with the action page URL where u can perform certain actions with the submitted information. if u use post method, it will not be displayed in the URL of the action page and u can perform certain actions on the information with a connection to the database. NOTE- USE OF PHP IS RECOMMENDED AS IT IS NOT DISPLAYED IN THE SOURCE CODE OF THE PAGE
12th Feb 2017, 2:05 AM
Siddharth Saraf
+ 3
on servers database.
12th Feb 2017, 4:57 AM
Sani Suryavanshi
Sani Suryavanshi - avatar
+ 2
after submission data goes on data-base via php and manipulated through SQL ...see web-Architecture to get confirm how data flow
4th Feb 2017, 8:00 AM
Deepak Sharma
Deepak Sharma - avatar
+ 1
Thank you!
12th Feb 2017, 5:03 AM
Angela
Angela - avatar
+ 1
the link what u to form action attribute..
12th Feb 2017, 6:05 AM
Narayana
Narayana - avatar