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 / malathi
using get method is not secure, ur informations will be
appeared in the url address. using post method is much
secure it will not appear in the url address. eg.secure for
using post method in login form.
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
Tell me how to create a session? How to set a value in session? How to remove data from a session?
Explain some of the php array functions?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
What are the Formatting and Printing Strings available in PHP?
What is the use of "echo" in php?
Which software is best for php?
armstrong number by using php while number is given by the keyboard.?
How to add 301 redirects in PHP?
What is the use of hooks?
How do you clear environment variables?
What is a static variable in php?
How do you compare strings in java?
Write a php script to get the largest key in an array?
Is string php function?
What is the difference between runtime exception and compile time exception?