Hi Daniel,
Thanks for your answer
I have checked my php.ini and variable orders is ok.
variables_order = "EGPCS"
register_globals = Off
post_max_size = 8M
gpc_order = "GPC"
I´m completely lost in this case.
Thanks anyway,
----- Original Message -----
From: "Daniel Brown" <parasane@xxxxxxxxx>
To: "Gustavo" <gcbianconi@xxxxxxxxx>
Cc: <php-install@xxxxxxxxxxxxx>
Sent: Tuesday, March 18, 2008 4:09 PM
Subject: Re: POST variable is empty
On Tue, Mar 18, 2008 at 2:14 PM, Gustavo <gcbianconi@xxxxxxxxx> wrote:
Hi All,
After an apache compilation the $_POST variables is empty.
I try to send some value value using POST method but the $_POST is
always
empty in target script.
GET methods is working fine
Check your EGPCS/GPC. In php.ini, the parameter is called
variables_order. Make sure it has the P in there. I configure mine
as follows (hence the alias above):
variables_order = "EGPCS"
This means that, in order, variables will be registered for
Environment, Get, Post, Cookies, and Session.
--
</Daniel P. Brown>
Forensic Services, Senior Unix Engineer
1+ (570-) 362-0283
""Daniel Brown"" <parasane@xxxxxxxxx> wrote in message
news:ab5568160803181209v334a7bc8gc7b8cf91598c9d75@xxxxxxxxxxxxxxxxx
On Tue, Mar 18, 2008 at 2:14 PM, Gustavo <gcbianconi@xxxxxxxxx> wrote:
Hi All,
After an apache compilation the $_POST variables is empty.
I try to send some value value using POST method but the $_POST is
always
empty in target script.
GET methods is working fine
Check your EGPCS/GPC. In php.ini, the parameter is called
variables_order. Make sure it has the P in there. I configure mine
as follows (hence the alias above):
variables_order = "EGPCS"
This means that, in order, variables will be registered for
Environment, Get, Post, Cookies, and Session.
--
</Daniel P. Brown>
Forensic Services, Senior Unix Engineer
1+ (570-) 362-0283
[Index of Archives]
[PHP Users]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[Postgresql]
[PHP Books]
[PHP Databases]
[PHP SOAP]