Vidyalelo
PHP · Q4

HTML Forms Handling

Programming · PHP · question 4

Q4

When you use the _POST variable to collect data, the data is visible to.

A.
none
B.
only you
Answer
C.
everyone
D.
selected few

Answer: Option B

Solution

Answer: Option B
Solution:
The POST method, data is invisible to others.