1.

To process the file, you need to break the array from $_FILES into individual values. You can do this using the ________ function.(a) divide()(b) list()(c) break()(d) indi()This question was addressed to me in an online quiz.I want to ask this question from Image Uploading Ability in division Objects and Databases in PHP of PHP

Answer»

Correct CHOICE is (b) LIST()

The explanation is: The list() function ALLOWS you to CREATE named VARIABLES for each array index as a comma-separated list.



Discussion

No Comment Found

Related InterviewSolutions