?
How many items are available in the $_FILES array?
Answer & Solution
Correct Answer:
Option
D
$_FILEs[‘userfile’][‘error’], $_FILEs[‘userfile’][‘name’], $_FILEs[‘userfile’][‘size’], $_FILEs[‘userfile’][‘tmp_name’], $_FILEs[‘userfile’][‘type’] are the five items in the array.
Join the Discussion
Login to post a comment or share your explanation.
Login