How we can understand get and post method in php with example? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How we can understand get and post method in php with example?

For a basic

3rd May 2019, 1:42 PM
Mithlesh Arya
Mithlesh Arya - avatar
3 Answers
+ 7
This lesson explained this very well with an example have you gone through it if you face any difficulty then mention me I will help you to understand the concept https://www.sololearn.com/learn/PHP/1841/?ref=app
3rd May 2019, 1:45 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 4
Mithlesh @ry@ The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method and put into a header called QUERY_STRING. The POST method does not have any restriction on data size to be sent. The POST method can be used to send ASCII as well as binary data. source: https://www.tutorialspoint.com/php/php_get_post.htm I hope I was helpful
3rd May 2019, 1:46 PM
Alessio Benvenuti
Alessio Benvenuti - avatar
3rd May 2019, 1:48 PM
Seniru
Seniru - avatar