what is the post and get method??

Answer Posted / prantik gautam

POST : It is a secure method for data to send from one page
to another or self. Is can not be seen in the query string.

GET : It is relatively unsecured method for posting data. It
is send through the query string.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is best framework for php?

561


How can you declare the array in php?

520


How does csrf token work?

564


Why many companies are switching their current business language to php?

588


How can a cross-site scripting attack be prevented by php?

533






How do we get the current session id?

552


Is overloading possible in php?

516


How the result set of mysql be handled in php?

594


Explain about the data types in PHP?

552


What is the difference between php4 and php5?

567


Why do we use sessions in php?

526


How to retrieve values out of an array?

521


What are the final class and final method?

532


Explain the ternary conditional operator in php?

598


How to count a number of words in a string in php?

509