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
What is difference between required and require_once in php?
How to replace a substring in a given string?
What is the difference between $name and $$name?
What is the use of the function 'imagetypes()'?
Tell me what are the encryption techniques in php?
What is the integer?
Which is the correct way to check if a session has already been started ?
What is ltrim?
Explain the syntax for ‘foreach’ loop with example.
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What are headers in php?
How to specify argument default values?
What is better .net or php?
How to test if a variable is an array?
What are the difference between echo and print?