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

Why php was called as personal home page?

538


How to replace a substring in a given string?

550


What is "echo" in php?

529


Explain what is the function file_get_contents() usefull for?

504


What is the difference between substr() and strstr()?

780






What is meant by PEAR in PHP?

557


What is query string php?

536


How to execute an sql query? How to fetch its result?

574


Tell me how to create a text file in php?

548


Which php framework is best?

538


Explain me what is the difference between explode() and split() functions?

532


How to create a web form?

548


Where is session value stored php?

532


How do you use end in python?

485


Which character is used to match exactly one character?

543