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 / jasmin
Post method use in FORM posting
Post method can carry unlimited data.
Data secure in post method.
Get method usually carry that information which in visible
to anyone which is append with URL . So the data in not
secure in get methode.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
How many data types are there in php?
What is traits? How it is used in php?
What does $_env mean?
Is ruby on rails php?
What does $_files means?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How to call php function in jquery?
Why php is widely used?
How to genrate report in wordpress cms
What is parent __construct ();?
What is use of isset function in php?
What is php default argument?
Distinguish between urlencode and urldecode?
How to protect special characters in query string?
What is multidimensional array in php?