Re: [PHP-INSTALL] POST variable is empty

2008-03-18 Thread Gustavo
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" <[EMAIL PROTECTED]>

Re: [PHP-INSTALL] POST variable is empty

2008-03-18 Thread Daniel Brown
On Tue, Mar 18, 2008 at 2:14 PM, Gustavo <[EMAIL PROTECTED]> 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 EGPC

[PHP-INSTALL] POST variable is empty

2008-03-18 Thread Gustavo
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 Looking at error log, there isn't any usefull error information there. Anyone have experienced some p