Vidyalelo
PHP · Q19

HTML Forms Handling

Programming · PHP · question 19

Q19

In which of the following situations does file-based authentication become inconvenient. 1. small list 2. large number of user 3. users are being regularly added 4. static authentication

A.
1 and 4
B.
1 and 3
C.
2 and 3
Answer
D.
2 and 4

Answer: Option C

Solution

Answer: Option C
Solution:
Such requirements are better satisfied by implementing a database based solution.