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?



What are the differences between Get and post methods in form submitting, give the case where we ca..

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

Post New Answer

More PHP Interview Questions

What is the use of Mbstring?

0 Answers  


Which is the best institute in Chennai to learn PHP? Please help.

0 Answers   BPO,


What is php compared to html?

0 Answers  


How to create an array of a group of items inside an html form?

0 Answers  


Explain include(), include_once, require() and require_once?

0 Answers  






Where can I learn php?

0 Answers  


What is crypt () in php?

0 Answers  


What is the use of array_search() in php?

0 Answers  


How to create a session? How to set a value in session? How to remove data from a session?

0 Answers  


What is difference between array_merge and array_combine?

0 Answers  


If anybody integrate "First Data Global Payment Gateway" in your site?

2 Answers  


How to remove duplicate values from a PHP Array?

0 Answers  


Categories