Date: Fri, 09 Aug 2002 15:16:38 -0500 From: Mark Kolod <markk@kolod.com> To: Miroslav Pendev <miro@cybershade.us> Cc: questions@freebsd.org Subject: Re: apached form data not being passed to phpe Message-ID: <3D542326.E3763204@kolod.com> References: <3D51DBE1.2B8965DC@kolod.com> <20020808051207.GA73366@cybershade.us>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Miroslav, That was it. Thank you so very much. Best regards, Mark Miroslav Pendev wrote: > > 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?3D542326.E3763204>