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
Which functions are used to count the total number of array elements in php?
How can we submit form without a submit button?
What are access specifiers?
What is implode() in php?
How to take a substring from a given string?
Tell me is it possible to protect special characters in a query string?
What is the purpose of the php empty function?
Is multilevel inheritance possible in php?
What is the use of strpos in php?
How does php server work?
Can php run without server?
Which php global variable is used for uploading a file?
Do while loops php?
What is magic function in php?
Write an example to remove html tags from a string in php?