what is the difference between GET and POST?
Answer Posted / raghunandan rawat
The different of get and post
GET_is
datais submited as a part of url
it can stoe only 18 from veriable
post_is
data is not visible in the url
it can post unlimited from varible
| Is This Answer Correct ? | 15 Yes | 15 No |
Post New Answer View All Answers
How do I sort numbers in php?
How can you compare objects in php?
What distinguishes php from something like client side java script?
How would you declare a function that receives one parameter name hello?
How to get ip address of clients machine?
How are sessions maintained?
Explain why would we use === instead of ==?
Why do we use cookie?
Can you use php and javascript together?
What is a php web application?
What is csrf token and how it works?
What is the difference between get and post method in php?
What is difference between print_r and echo in php?
Write a program to display reverse of any number?
Can we run php in apache tomcat?