Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 May 2002 23:53:33 +0200
From:      Michel Weenink <michel@weenink.com>
To:        "Christopher J. Umina" <FJU@Fritzilldo.com>
Cc:        questions@freebsd.org
Subject:   Re: PHP Stuff again...
Message-ID:  <3CD063DD.60706@weenink.com>
References:  <009701c1f16f$740da640$0301a8c0@uminafamily.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CD063DD.60706>