> -Original Message-
> From: Steven Walker [mailto:[EMAIL PROTECTED]]
> Sent: 25 February 2002 18:04
>
> There are global variables that serve this purpose. You must have
> register_globals turned on:
Actually, no -- that's the wrong way round. The associative arrays are always there
On Mon, 25 Feb 2002 10:04:07 -0800
Steven Walker <[EMAIL PROTECTED]> wrote:
> Dear Batara,
>
> There are global variables that serve this purpose. You must have
> register_globals turned on:
>
> http://www.php.net/manual/en/language.variables.predefined.php
> $_POST
> An associative array of v
Dear Batara,
There are global variables that serve this purpose. You must have
register_globals turned on:
http://www.php.net/manual/en/language.variables.predefined.php
$_POST
An associative array of variables passed to the current script via the
HTTP POST method. Automatically global in any
3 matches
Mail list logo