From owner-freebsd-isp Mon Jul 29 13:51: 4 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8280537B400 for ; Mon, 29 Jul 2002 13:50:57 -0700 (PDT) Received: from mimas.gigguardian.com (mimas.gigguardian.com [216.52.21.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A7C443E42 for ; Mon, 29 Jul 2002 13:50:57 -0700 (PDT) (envelope-from vhm3@gigguardian.com) Received: from io.gigguardian.com (mimas.gigguardian.com [216.52.21.48]) by mimas.gigguardian.com (8.11.6/8.11.6) with SMTP id g6TKoiK08374; Mon, 29 Jul 2002 13:50:45 -0700 (PDT) (envelope-from vhm3@gigguardian.com) Received: from vven-216.sjc.ca.bbnow.net ([24.219.11.216]) (SquirrelMail authenticated user vhm3) by mimas.gigguardian.com with HTTP; Mon, 29 Jul 2002 13:50:45 -0700 (PDT) Message-ID: <16609.24.219.11.216.1027975845.squirrel@mimas.gigguardian.com> Date: Mon, 29 Jul 2002 13:50:45 -0700 (PDT) Subject: Re: PHP 4.2.2 From: "Chip McClure" To: In-Reply-To: <20020729172307.J74766-100000@mirage.nlink.com.br> References: <20020729172307.J74766-100000@mirage.nlink.com.br> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: Reply-To: vhm3@io.gigguardian.com X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Paulo Fragoso said: Try editing your php.ini file, and search for the value "register_globals". This is off by default in the newer versions of mod_php4, so you'll need to enable it. I had the same problem, and this fixed it for me. register_globals = On If it's not that... (?) Chip > Hi, > > I've upgrade my ports by cvsup and I've installed mod_php4-4.2.2. After > that I've got a big problem, all pages which get values for variables > from html pages using GET method don't work. > > Example: > > http://www.foo.com/teste.php?id=1 > > where teste.php is: > > > > > > > > > echo 'ID: '.$id.'

'; > > ?> > > > > > Now $id is always empty. > > Is there any change here? > > Thanks, > Paulo. > > -- > __O > _-\<,_ Why drive when you can bike? > (_)/ (_) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message ----- Chip McClure Sr. Unix Administrator GigGuardian, Inc. http://www.gigguardian.com/ ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message