What are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?
Answer Posted / asish kumar khuntia (mithu)
Look there are more difference between get and post method.
one is data posting capacity.
2 is data security propose.
Post method is use in form submit case bec it contain
secure data.
Get method is use in gallery, shopping cart where categoty
sub category case.
| Is This Answer Correct ? | 33 Yes | 8 No |
Post New Answer View All Answers
How to create a table using php?
Tell me what are the __construct() and __destruct() methods in a php class?
Why is php used for web development?
Can I use php in html?
Can I learn php in a month?
Is strcmp case sensitive?
Distinguish between urlencode and urldecode?
What is the difference between get and post in php?
What is the function of trim?
What are the encryption functions available in PHP?
How to set session.gc_divisor properly?
Write an example to remove html tags from a string in php?
What does the arrow mean in php?
Tell me what is the main difference between require() and require_once()?
Explain me what are the 3 scope levels available in php and how would you define them?