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 / dakshayani
get() method sends data in the form of url but post() method
will send as a data stream.
data transfered thru get() method is not secured whereas
post() method is safe and secured.
data sent thru get() method will be truncated but for post()
method there is no limitation on the amount of data being sent.
| Is This Answer Correct ? | 24 Yes | 0 No |
What is $_ server request_method == post?
How to include variables in double-quoted strings?
Difference among echo, print and printf.
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
What is json php?
How do you destroy a particular or all Sessions?
How do I add to the beginning of an array and find the number of elements in it?
1 Answers Rushmore Consultancy,
What is the difference between explode and split?
What is mem_cache ? How do you put a database query into that ?
What are the new features available in php 7?
What is difference between include and include_once in php?
What is exception in php?