What is deffience betwwen get() , Post , Request()

Answer Posted / rabeeshm

using get method is not secure, ur informations will be
appeared in the url address. using post method is much
secure it will not appear in the url address. eg.secure for
using post method in login form.
in other words,
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which function parses an English textual date or time into Unix timestamp in PHP.

574


What is the use of php and mysql?

552


What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?

623


Is python better than php?

503


What is php crud api?

505






Does php support multiple inheritances?

524


Tell me what is needed to be able to use image function?

540


Explain me what are the main error types in php and how do they differ?

542


How to convert strings to upper or lower cases?

559


How does api connect to database?

559


What is a php class?

538


What is the functionality of md5 function in php?

586


How would you declare a function that receives one parameter name hello?

517


What is inheritance in php? How many types of inheritance supports php?

530


What is the super method?

558