Vidyalelo
PHP · Q16

HTML Forms Handling

Programming · PHP · question 16

Q16

In which authentication method does changing the username or password can be done only by entering the code and making the manual adjustment.

A.
Hard-coding a login pair directly into the script
Answer
B.
File-based authentication
C.
Data-based authentication
D.
PEAR’S HTTP authentication

Answer: Option A

Solution

Answer: Option A
Solution:
This is one of the drawbacks of Hard-coding a login pair directly into the script.