InterviewSolution
Saved Bookmarks
| 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() |
|