Re: [PHP] problem with querystring

2001-08-06 Thread Tim
See: http://www.php.net/manual/en/security.registerglobals.php - Tim On 07 Aug 2001 08:12:46 +0700, Ishak Anwar wrote: > with $HTTP_GET_VARS["par1"] > i can get par1 value... > but... why with $par1 variable i can not get it ? > > thanks -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] problem with querystring

2001-08-06 Thread Ishak Anwar
with $HTTP_GET_VARS["par1"] i can get par1 value... but... why with $par1 variable i can not get it ? thanks >From: Tim<[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: [PHP] problem with querystring >Date: Tue, August 7,

Re: [PHP] problem with querystring

2001-08-06 Thread Tim
Is it found in $HTTP_GET_VARS["par1"]? - Tim On 07 Aug 2001 08:02:44 +0700, Ishak Anwar wrote: > hai all, > i have problem with QueryString. > I use php 4.0.x with apache 1.3.x on win 2000 > but can not get the querystring on browser. > ex: > http://localhost/m1.php?par1=value1 > on m1.php,

[PHP] problem with querystring

2001-08-06 Thread Ishak Anwar
hai all, i have problem with QueryString. I use php 4.0.x with apache 1.3.x on win 2000 but can not get the querystring on browser. ex: http://localhost/m1.php?par1=value1 on m1.php, i write: i can not get the value of $par1... i have this problem may be after i installed too many programming