PHP - Superglobals and Web Context
What type of data does the PHP
$_SERVER superglobal array hold?$_SERVER superglobal array hold?$_SERVER contains$_SERVER holds server and execution environment information like headers and script paths.$_POST or $_GET, database details are not stored here, and session variables are in $_SESSION.$_SERVER = server info [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions