<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 10:42 PM
Subject: Re: [PHP] About the $allowed problem
> On Mon, 27 Aug 2001, Andrey Hristov wrote:
>
> > > session_start();
> > if (!session_is_registered("allowed")){
&g
On Mon, 27 Aug 2001, Andrey Hristov wrote:
> session_start();
> if (!session_is_registered("allowed")){
> $allowed=3306;
> session_register("allowed");
> }
> var_dump($allowed);
> ?>
>
> called with :
> http://192.168.1.11/test2.php?allowed=5000
>
> returns :
> int(3306)
Ok,
remeb
called with :
http://192.168.1.11/test2.php?allowed=5000
returns :
int(3306)
>From php.ini :
variables_order = "EGPCS" ; This directive describes the order in which PHP registers
; GET, POST, Cookie, Environment and Built-in variables (G, P,
; C, E & S respectively, often refe
3 matches
Mail list logo