Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

When you use the $_GET variable to collect data, the data is visible to ___________

When you use the $_GET variable to collect data, the data is visible to ___________
a) none
b) only you
c) everyone
d) selected few

Answer: c
Explanation: 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.

Join The Discussion