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 $_POST variable to collect data, the data is visible to

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

Answer: b
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.

Join The Discussion