From owner-freebsd-questions@FreeBSD.ORG Sat Nov 15 09:45:42 2003 Return-Path: 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 8FE1816A4CE for ; Sat, 15 Nov 2003 09:45:42 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5248543FDD for ; Sat, 15 Nov 2003 09:45:40 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) hAFHjJBg072520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 15 Nov 2003 17:45:21 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id hAFHjJsV072519; Sat, 15 Nov 2003 17:45:19 GMT (envelope-from matthew) Date: Sat, 15 Nov 2003 17:45:19 +0000 From: Matthew Seaman To: Ian Barnes Message-ID: <20031115174519.GA72405@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Ian Barnes , questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org Subject: Re: PHP.ini X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 17:45:42 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 15, 2003 at 07:08:40PM +0200, Ian Barnes wrote: > I am having problems parsing php variables. >=20 > say now i goto http://www.testdomain.com/index.php?news=3DTODAY its not > carrying the news=3DTODAY variable to the next page. >=20 > I have gone through my php.ini file and i cant find any problems. Now im > fairly sure that it is my php.ini file thats causing the problems. Attach= ed > is my php.ini, if someone could find a fault i would be most gratefull. register_globals is turned off for security reasons nowadays. You should be very careful of turning off register_globals on any machine exposed to the internet. The recommended way to access the CGI data is through the $_GET[] array (or $_POST[] for scripts that work by that action) Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/tmYvdtESqEQa7a0RAmF1AJ9rgJNZiDANRwWzXKgZhbKqx06EagCdGyCp K1DJdCQoyjVINMJod3KBDNE= =BS22 -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v--