On 15 May, 15:19, Erwin Moller
<Si******************************************@spam yourself.comwrote:
Phper schreef:
Can anyone give a definition of it?
Hi,
[from php.net]http://nl3.php.net/manual/en/language.variables.superglobals..php
Superglobals — Superglobals are built-in variables that are always
available in all scopes
Description
Several predefined variables in PHP are "superglobals", which means they
are available in all scopes throughout a script. There is no need to do
global $variable; to access them within functions or methods.
These superglobal variables are:
* $GLOBALS
* $_SERVER
* $_GET
* $_POST
* $_FILES
* $_COOKIE
* $_SESSION
* $_REQUEST
* $_ENV
Regards,
Erwin Moller
PS: A tip: go towww.php.net, and use the search form.
I'm surprised you're still answering this guy Erwin, as his profile
still claims that he's you.