get is working, post not (PHP AND Perl)

Discussion in 'Apache' started by Adrian Albu, Sep 26, 2010.

  1. #1
    Hi,

    I have PHP Version 5.2.6-1+lenny9, these settings:

    variables_order = "EGPCS"
    register_globals = On
    register_long_arrays = On
    post_max_size = 8M

    Get is working fine using globals but post does not, also

    if I try in a perl/cgi script:

    my $cgi=new CGI;

    if ($cgi->param('domain')) {

    ...


    }

    it goes inside if block only when $domain variable comes from url/get not from post form.

    So in php is the same, $domain has value only when it comes from GET and not from POST.

    But if I use echo count($_POST) is also showing 0, post is empty.

    I understand that is a mess but what I must do is to make this apllication that was working

    on an old debian with old php and perl versions work into new latest stable releases...

    Regards,
    Adrian
     
    Adrian Albu, Sep 26, 2010 IP
  2. zacharooni

    zacharooni Well-Known Member

    Messages:
    346
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    120
    #2
    Hello Adrian,

    Can you post the source to the form that it doesn't work with?
     
    zacharooni, Oct 8, 2010 IP