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 get and post method in php?
What is basic php?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is $_ request in php?
How to enable error reporting in php?
Is php a low level language?
How to pass variables by references?
How do you remove duplicates from an array?
Tell me what does the scope of variables means?
What is the actually used php version?
Write a program to display reverse of any number?
What are the different tables(engine) present in mysql, which one is default?
What is parent __construct ();?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
What is call by reference in php?