1.

Which one of the following should not be used while sending passwords or other sensitive information?(a) GET(b) POST(c) REQUEST(d) NEXTThe question was asked in exam.The question is from HTML Forms topic in section File and Session Handling in PHP of PHP

Answer»

The correct choice is (a) GET

To explain I WOULD say: The information sent from a FORM with the method GET is visible to everyone i.e. all variable NAMES and values are DISPLAYED in the URL. So, it should not be used while sending passwords or other sensitive information.



Discussion

No Comment Found

Related InterviewSolutions