+
variables_order php.ini directive sets the **order** of the EGPCS (Environment, Get, Post, Cookie, and Server) variable parsing.
variables_order php.ini directive sets the order of the EGPCS (Environment, Get, Post, Cookie, and Server) variable parsing. - For example, if variables_order is set to "SP" then PHP will create the superglobals $_SERVER and $_POST, but not create $_ENV, $_GET, and $_COOKIE. Setting to "" means no superglobals will be set.
- http://us3.php.net/manual/en/ini.core.php
php.ini,EGPCS,PHP
✯
✯✯
✯✯
✯✯
✯✯
✯