Home » PHP » PHP MySQL Database » Question
  1. To process the file, you need to break the array from $_FILES into individual values. You can do this using the ________ function.
    1. indi()
    2. break()
    3. list()
    4. divide()
    5. None of these
Correct Option: C

The list() function allows you to create named variables for each array index as a comma-separated list.



Your comments will be displayed only after manual approval.