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
Is it possible to remove the html tags from data?
What is the role of the .htaccess file in php?
Tell me what is use of in_array() function in php?
What are the advantages of php?
What is user defined function in php?
What is difference between ksort() and usort() functions.
Tell me how to find the position of the first occurrence of a substring in a string?
What is the use of inner join in mysql?
Tell us how to create an array of a group of items inside an html form?
What’s the difference between htmlentities() and htmlspecialchars()?
What does a special set of tags do in php?
Tell me what is the difference between unset() and unlink()?
Why is used in php?
How do I install php and apache on windows 10?
What is include in php?