After posting a form no access to fields neither via globals nor $_GET, $_POST etc
From: Christian Patterer (cpatterer_at_eur.ko.com)
Date: 10/31/03
- Next message: James Lobley: "RE: [PHP] Connection AS400-Windows & PHP"
- Previous message: Curt Zirzow: "Re: [PHP] Passing constructor values to functions in a class"
- Next in thread: Christian Patterer: "Re: After posting a form no access to fields neither via globals nor $_GET, $_POST etc"
- Reply: Christian Patterer: "Re: After posting a form no access to fields neither via globals nor $_GET, $_POST etc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2003 23:57:56 -0800
I searched the forum and the Internet but unfortunately did not find a
solution to this one (may be I searched wrong, then please forgive
me).
I've a form whith some field on it and submit it (method=post). The
action brings me to a different .php where I want to access the
information and I am not able to get anything.
The crazy part (at least for me) is, that it doesn't seem to have to
do with the register_globals which is the typical one from what I've
read and know.
I tried to use $varname (register_globals is enabled) as well as
$_GET, $POST, $HTTP_VARS etc. and do not get anything.
Is there any other server setting I miss? It's driving me crazy...
I would appreciate all help. Please.
I use the following:
Mandrake Linux (9)
PHP 4.2.3
Apache 1.3
Thanks,
Chris
- Next message: James Lobley: "RE: [PHP] Connection AS400-Windows & PHP"
- Previous message: Curt Zirzow: "Re: [PHP] Passing constructor values to functions in a class"
- Next in thread: Christian Patterer: "Re: After posting a form no access to fields neither via globals nor $_GET, $_POST etc"
- Reply: Christian Patterer: "Re: After posting a form no access to fields neither via globals nor $_GET, $_POST etc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|