• Resolved grosbouff

    (@grosbouff)


    Hello, i’m using WordPress 2.2.1 and Gengo 0.9-alpha4.

    I have a problem when gengo is enabled : I have a custom php form inside a template.
    When I send the form , the new page do not receive the $_POST vars. If I put the ACTION on another non-wordpress page, the vars are received.
    Gengo seems to be responsible of this, how can I do ?

Viewing 1 replies (of 1 total)
  • Thread Starter grosbouff

    (@grosbouff)

    I found the solution :
    the ACTION of my FORM was
    <?php echo $_SERVER['PHP_SELF']."?cat=12";?>

    i changed it to
    <?php echo $_SERVER['PHP_SELF']."&cat=12";?>

Viewing 1 replies (of 1 total)
  • The topic ‘gengo & $_POST vars from a form.’ is closed to new replies.