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, i write:
   ?
  echo(m1 = $par1 );
   ?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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, 2001 8:10 am

 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, i write:
?
   echo(m1 = $par1 );
?
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]