php-general | 2001122
Date: 12/25/01
- Next message: Ken: "Re: [PHP] Client side fatal PHP error"
- Previous message: Bogdan Stancescu: "Re: [PHP] Suggestion: Adding fmt like linebreak algorithm"
- Next in thread: Philip Olson: "Re: [PHP] 4.10 New Vars Question"
- Reply: Philip Olson: "Re: [PHP] 4.10 New Vars Question"
- Reply: LaserJetter: "[PHP] Re: 4.10 New Vars Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello!
Two items in the new 4.10 change-log caught my attention:
* Introduced a new $_REQUEST array, which includes any GET, POST or
COOKIE variables. Like the other new variables, this variable is also
available regardless of the context. (Andi & Zeev)
* Introduced $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables, which
deprecate the old $HTTP_*_VARS arrays. In addition to be much shorter to
type - these variables are also available regardless of the scope, and
there's no need to import them using the 'global' statement. (Andi & Zeev)
However, I can't seem to find any documentation regarding these variables on
the php.net site. Any pointers? Am I missing something obvious? Thanks!
-- Ed Marczak marczak <email protected>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ken: "Re: [PHP] Client side fatal PHP error"
- Previous message: Bogdan Stancescu: "Re: [PHP] Suggestion: Adding fmt like linebreak algorithm"
- Next in thread: Philip Olson: "Re: [PHP] 4.10 New Vars Question"
- Reply: Philip Olson: "Re: [PHP] 4.10 New Vars Question"
- Reply: LaserJetter: "[PHP] Re: 4.10 New Vars Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

