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 / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is jquery better than javascript?

572


What is static variable in php?

614


What is abstract class php?

517


What is $_ get?

537


What is php and why it is used?

555






Explain NULL?

582


Why should I learn php?

521


How to uploaded files to a table?

566


Does php has a future?

499


How is session id stored in browser?

559


Tell me which function gives us the number of affected entries by a query?

527


What is the difference between fopen() and fclose()?

593


How will you calculate days between two dates in PHP?

545


What is the major php security hole? How to avoid?

557


What are the advantages of using php?

545