Re: [PHP-INSTALL] POST variable is empty

[email protected] ("Daniel Brown")
Newsgroups php.install
Message-ID <[email protected]>
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 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.