PHP - Superglobals and Web Context
What does the
$_FILES superglobal in PHP store?$_FILES superglobal in PHP store?$_FILES$_FILES is a special PHP variable that holds details about files uploaded through a form.$_SESSION, database details are not stored here, and server variables are in $_SERVER.$_FILES = Uploaded file info [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions