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
What does $_files means?
What is uri routing?
Which is not a php magic constant?
write a note on Testing the web site
Where is session id stored?
What are include() and require() functions?
What are the functions of string?
What are the advantages of using php?
What is member variable?
How to track no of user logged in?
How to genrate report in wordpress cms
What is constructor and destructor?
How do I see how many pages per session in google analytics?
How to fix "headers already sent" error in php
What the use of var_dump()?