PHP Superglobal Arrays Array

PHP Superglobal Arrays Array
Description

$_COOKIE
Contains keys and values set as browser cookies

$_ENV
Contains keys and values set by the script's shell context

$_FILES
Contains information about uploaded files

$_GET
Contains keys and values submitted to the script using the HTTP get method

$_POST
Contains keys and values submitted to the script using the HTTP post method

$_REQUEST
A combined array containing values from the $_GET, $_POST, and $_COOKIES superglobal arrays

$_SERVER
Variables made available by the server

$GLOBALS
Contains all global variables associated with the current script

Comments

Popular posts from this blog

Opencart error: Notice: Trying to access array offset on value of type null in ..../vendor/scss.inc.php on line 1753

Creating Class Templates

Fixed: Opencart installation error linux: warning: fopen(system/storage) failed to open stream: Permission denied