1.

How many items are available in the $_FILES array?(a) 2(b) 3(c) 4(d) 5The question was asked in examination.Question is from Uploading Files with PHP topic in portion File and Session Handling in PHP of PHP

Answer»

Right CHOICE is (d) 5

For explanation I WOULD SAY: $_FILEs[‘userfile’][‘error’], $_FILEs[‘userfile’][‘name’], $_FILEs[‘userfile’][‘SIZE’], $_FILEs[‘userfile’][‘tmp_name’], $_FILEs[‘userfile’][‘type’] are the FIVE items in the array.



Discussion

No Comment Found

Related InterviewSolutions