Re: [PHP] $_REQUEST non populated
From: Marek Kilimajer (kilimajer_at_webglobe.sk)
Date: 11/20/03
- Next message: David Strencsev: "Re: [PHP] passing PHP variables to Javascript ..."
- Previous message: Wouter Van Vliet: "RE: [PHP] RE: Prefilled forms (solved)"
- In reply to: Andrea Pinnisi: "$_REQUEST non populated"
- Next in thread: Andrea Pinnisi: "Re: [PHP] $_REQUEST non populated"
- Reply: Andrea Pinnisi: "Re: [PHP] $_REQUEST non populated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 Nov 2003 13:00:11 +0100 To: Andrea Pinnisi <pinnisi@sysnet.it>
Andrea Pinnisi wrote:
> I've made a php script that works fine on many servers, but in one of
> them I get $_REQUEST not populated, if I print_r($_REQUEST) I get my
> cookies, and not GET or POST vars!
> I need to user _REQUEST and not _GET or _POST for some reason, and I
> can't change all the scripts (2Mb and more of php code, a year of work).
> Is there a php.ini option that can help me?
variables_order - usualy set to EGPCS
- Next message: David Strencsev: "Re: [PHP] passing PHP variables to Javascript ..."
- Previous message: Wouter Van Vliet: "RE: [PHP] RE: Prefilled forms (solved)"
- In reply to: Andrea Pinnisi: "$_REQUEST non populated"
- Next in thread: Andrea Pinnisi: "Re: [PHP] $_REQUEST non populated"
- Reply: Andrea Pinnisi: "Re: [PHP] $_REQUEST non populated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|