From owner-freebsd-questions Wed Aug 7 22:10:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D05037B400 for ; Wed, 7 Aug 2002 22:10:55 -0700 (PDT) Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 6781743E4A for ; Wed, 7 Aug 2002 22:10:54 -0700 (PDT) (envelope-from shadow@cpe0004761ac738-cm00109515bc65.cpe.net.cable.rogers.com) Received: (qmail 92579 invoked by uid 1001); 8 Aug 2002 05:12:08 -0000 Date: Thu, 8 Aug 2002 01:12:08 -0400 From: Miroslav Pendev To: Mark Kolod Cc: questions@freebsd.org Subject: Re: apached form data not being passed to phpe Message-ID: <20020808051207.GA73366@cybershade.us> References: <3D51DBE1.2B8965DC@kolod.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D51DBE1.2B8965DC@kolod.com> X-Divine-Shadow-Zone: Beware of Lexxx! X-Operating-System: FreeBSD 4.6 STABLE X-System-Uptime: 7:56PM up 11 days, 3 mins, 6 users, load averages: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.1i 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 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