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
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What does the unset() function mean?
How to support multiple-page forms?
What is the role of php.ini file?
What are the three parts of an http request?
The left association operator % is used in PHP for?
What is a php namespace?
Explain some of the php string functions?
How to find the index of an element in an array php?
Is php an object or array?
Explain what is the difference between session and cookie?
What are the uses of implode() function?
What are the types of variables in php?
Is php good for career?
Explain the difference between php4 and php5.