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
What is the use of Php variables?
Which function would you use to read a line of data from a file in php?
Differences between get and post methods?
How to do single and multi line comment in php?
Why post method is used in php?
Tell me how is the ternary conditional operator used in php?
What is a persistent cookie in php?
How to update memcached when you make changes to php?
How many types of array are there in php?
Is php easier than javascript?
What is use of mysqli_query in php?
Explain the differences between get and post methods?
What is factory pattern in php?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What is $_ request?