From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 28 18:18:28 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0812716A4CE for ; Sun, 28 Mar 2004 18:18:28 -0800 (PST) Received: from bsdhosting.net (bsdhosting.net [65.39.221.113]) by mx1.FreeBSD.org (Postfix) with SMTP id C34D343D3F for ; Sun, 28 Mar 2004 18:18:27 -0800 (PST) (envelope-from jhopper@bsdhosting.net) Received: (qmail 1801 invoked from network); 29 Mar 2004 02:18:13 -0000 Received: from bsdhosting.net (HELO ?192.168.1.7?) (jhopper@bsdhosting.net@65.39.221.113) by bsdhosting.net with SMTP; 29 Mar 2004 02:18:13 -0000 From: Justin Hopper To: freebsd-amd64@freebsd.org In-Reply-To: <6.0.0.22.2.20040329011626.0289a3b8@mail.schanovsky.at> References: <6.0.0.22.2.20040329011626.0289a3b8@mail.schanovsky.at> Content-Type: text/plain Message-Id: <1080526705.27726.434.camel@work.gusalmighty.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 28 Mar 2004 18:18:26 -0800 Content-Transfer-Encoding: 7bit Subject: Re: amd64 with mod_php - but no transmission of form-data X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 02:18:28 -0000 On Sun, 2004-03-28 at 15:23, Markus Schanovsky wrote: > But there is a problem I never saw before: > It's not possible to post or get data from from one php-page to another - > the variables lokk unknown to the destination-page. > The URL is displayed correct: > http://193.171.252.28/php/test3.php?content=example&subbutton=send > But neither $content nor $subbutton ar displayable. > I tried the same 2 pages on an other machine (i386) without any problem. If you are accessing the variables as globals, did you make sure register_globals=on in your php.ini file? It's much better to just use the superglobal arrays, like $_GET['var'] and $_POST['var']. I was not sure from your post if such simple things as these had been overlooked or not, so I thought I would put them out there just in case they had. -- Justin Hopper UNIX Systems Engineer BSDHosting.net Hosting Division of Digital Oasys Inc. http://www.bsdhosting.net