Re: [PHP] About the $allowed problem

2001-08-28 Thread Andrey Hristov
<[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

Re: [PHP] About the $allowed problem

2001-08-27 Thread Antonio S. Martins Jr.
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

[PHP] About the $allowed problem

2001-08-27 Thread Andrey Hristov
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