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 execute an sql query?
How do I install php?
Why do we use csrf token?
How to stop the execution of php script?
What is the use of mvc in php?
List some array functions in php?
What are getters and setters php?
What is $_ post in php?
Tell me what type of operation is needed when passing values through a form or an url?
How to support multiple-page forms?
What is string in php?
Why do we use in php?
Can you define an array argument as a reference type?
Can we use session in mvc?
Explain the difference between unlink() and unset()?