1.

When you use the $_POST variable to collect data, the data is visible to ___________(a) none(b) only you(c) everyone(d) selected fewI got this question in unit test.I need to ask this question from HTML Forms in portion File and Session Handling in PHP of PHP

Answer»

Right choice is (b) only you

Best explanation: The information SENT from a form with the METHOD POST is INVISIBLE to others i.e. all names/values are embedded within the body of the HTTP REQUEST.



Discussion

No Comment Found

Related InterviewSolutions