From owner-freebsd-questions Mon May 6 21:29:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ool-18bacefa.dyn.optonline.net (ool-18bacefa.dyn.optonline.net [24.186.206.250]) by hub.freebsd.org (Postfix) with ESMTP id 3A78537B400 for ; Mon, 6 May 2002 21:29:24 -0700 (PDT) Received: from ool-18bacefa.dyn.optonline.net (localhost [127.0.0.1]) by ool-18bacefa.dyn.optonline.net (8.12.3/8.12.3) with ESMTP id g474TJjo080405 for ; Tue, 7 May 2002 00:29:19 -0400 (EDT) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: (from cbr@localhost) by ool-18bacefa.dyn.optonline.net (8.12.3/8.12.3/Submit) id g474TJlW080402; Tue, 7 May 2002 00:29:19 -0400 (EDT) From: Christopher Rued MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15575.22558.765587.494822@ool-18bacefa.dyn.optonline.net> Date: Tue, 7 May 2002 00:29:18 -0400 To: freebsd-questions@freebsd.org Subject: mod_php4 problem (broken?) X-Mailer: VM 7.03 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid 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 I recently upgraded my mod_php4 port (about a week ago), and since I did so, parameters do not seem to be available to my PHP files. Ex: (index.php) PHP Test "; ?>

Your name: You age:

Hi . You are years old.

If I point my browser to http://localhost/index.php?name=chris&age=myage the page returned looks like this: Hello World ---------------------------------------------- Your name: ________ You age: _______ [SUBMIT] ---------------------------------------------- Hi . You are years old. ---------------------------------------------- PHP Variables ,-----------------------,--------------------, | Variable | Value | |-----------------------+--------------------| | _GET["name"] | chris | | _GET["age"] | myage | .... Since the arguments are stored in that table, it seems like I am almost there....just missing something. Anyone have any ideas? -- Chris (I'm not subscribed to this list anymore, so I'd appreciate it if you would be sure to CC me on any replies :) ). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message