1.

When you use the $_GET variable to collect data, the data is visible to ___________(a) none(b) only you(c) everyone(d) selected fewThis question was posed to me during an interview.My doubt is from HTML Forms in division File and Session Handling in PHP of PHP

Answer»

The CORRECT OPTION is (c) everyone

The best I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions