From owner-freebsd-questions Wed May 1 14:48:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from thematrix.bebouwde.com (e103092.upc-e.chello.nl [213.93.103.92]) by hub.freebsd.org (Postfix) with SMTP id 6258737B417 for ; Wed, 1 May 2002 14:48:33 -0700 (PDT) Received: (qmail 65573 invoked from network); 1 May 2002 21:48:55 -0000 Received: from unknown (HELO weenink.com) (192.168.0.3) by 0 with SMTP; 1 May 2002 21:48:55 -0000 Message-ID: <3CD063DD.60706@weenink.com> Date: Wed, 01 May 2002 23:53:33 +0200 From: Michel Weenink Organization: De Bebouwde Kom User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.2.1) Gecko/20010901 X-Accept-Language: nl, de, en-us MIME-Version: 1.0 To: "Christopher J. Umina" Cc: questions@freebsd.org Subject: Re: PHP Stuff again... References: <009701c1f16f$740da640$0301a8c0@uminafamily.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christopher J. Umina wrote: > Thanks guys, that worked great, but there's only one problem. When I > have --enable-track-vars on the server never picks up variable that are > passed along in the querystring. for instance: > > http://216.164.225.145:81/~uminac/equipment/ > > In that I have a thing that describes my servers, but when I click a link > that links to > > http://216.164.225.145:81/~uminac/equipment/server.php?system=sysname > > there is no value for $system when it's run. The whole reason I > did --enable-track-vars is so I can run sessions, but do I have to make a > session out of every page for this to work? If so, that's kind of stupid > eh? Is there another way to enable sessions? You probably ran into the 'new', more secure settings. See the Release Announcemnt for 4.1.0: http://www.php.net/release_4_1_0.php. You probably need $_POST or $_GET, or you can alter your php.ini to do it the way you were used to. HTH, Michel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message