Vidyalelo
PHP · Q6

HTML Forms Handling

Programming · PHP · question 6

Q6

Which one of the following should not be used while sending passwords or other sensitive information?

A.
GET
Answer
B.
POST
C.
REQUEST
D.
NEXT

Answer: Option A

Solution

Answer: Option A
Solution:
Because the data is visible to everyone.