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
Differentiate echo vs. Print statement.
Tell me what library is used for pdf in php?
What is the use of final class in php?
Is php procedural or oop?
What is the use of get and post method in php?
How do I end a php session?
Explain me differences between get and post methods?
What is the alternative structure for control structures?
What is the difference between abstract class and interface in php?
What is == and === in php?
Which function is used in php to search a particular value in an array?
Explain how is it possible to cast types in php?
What is the functionality of md5 function in php?
Explain how can we execute a php script using command line?
How to replace a text in a string with another text in php?