Vidyalelo
PHP · Q29

HTML Forms Handling

Programming · PHP · question 29

Q29

How many items are available in the _FILES array?

A.
2
B.
3
C.
4
D.
5
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
_FILEs[‘userfile’][‘name’], _FILEs[‘userfile’][‘tmp_name’], $_FILEs[‘userfile’][‘type’] are the five items in the array.