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 / prashanthi
In Get method we get complete information in top header that
is it is not secure,for sending secure data like
passwords,any Account numbers....we can use post method
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What does $_server mean?
Explain how can we execute a php script using command line?
How to fix "headers already sent" error in php
Explain what is the difference between $var and $$var?
How to get the ip address of the client?
What is use of isset function in php?
What is difference between required and include in php?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
Is it possible to submit a form with a dedicated button?
Do you know how to get the ip address of the client?
What is the difference between $name and $$name?
Is php procedural or oop?
What is the correct and the most two common way to start and finish a php block of code?
Tell me how to create a text file in php?