Date: Thu, 8 Aug 2002 01:12:08 -0400 From: Miroslav Pendev <miro@cybershade.us> To: Mark Kolod <markk@kolod.com> Cc: questions@freebsd.org Subject: Re: apached form data not being passed to phpe Message-ID: <20020808051207.GA73366@cybershade.us> In-Reply-To: <3D51DBE1.2B8965DC@kolod.com> References: <3D51DBE1.2B8965DC@kolod.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 07, 2002 at 09:48:01PM -0500, Mark Kolod wrote: > Hello, > > I installed apache13-mod_ssl and php from the ports > included with FreeBSD 4.6. Actually, the install process > had to ftp the necessary tar files in, but that is neither > here nor there. > > If I construct a simple php information script, all the php info > shows up as expected. The problem occurs when an HTML form page > sends the data to a PHP page. All the PHP variables which correspond to > the form names > are empty (null strings). > > Did I miss something in the setup? If there is a problem, I > would like to volunteer to test PHP, MYSQL, PHP, and APACHE, > since this is what I use. > > Thanks in advance for your time. Sorry about the typos. > > Mark Kolod > mark@kolod.com > Hi Mark, Check register_globals' into php.ini. Since 4.2.1 versions, it comes with register_globals = Off Also, read the paragraph right above the register_globals = Off ;-) Hope that helps! --Miro 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?20020808051207.GA73366>