What is the structure of POST request ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the structure of POST request ?

In web systems we have method called POST,Get,Request

4th May 2020, 11:31 AM
Khushboo Soomro
Khushboo Soomro - avatar
2 Answers
+ 1
What do you exactly mean Khushboo Soomro? Do you want to know how to specify the method in a form? If so, consider the following lines : <form action="action-page.php" method ="post"> <!-- Inputs go here --> </form> You write either 'get' or 'post' as the value of the 'method' attribute! If this isn’t what you're asking, let me know :))
4th May 2020, 11:58 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
0
Sir, i am asking that what is the structure of a POST ?
4th May 2020, 12:58 PM
Khushboo Soomro
Khushboo Soomro - avatar