in reply to Re: LWP form post example not working
in thread LWP form post example not working

Yes the variables are post variables, I know since I created the form myself. There is also a hidden redirect variable that goes in the url.
  • Comment on Re^2: LWP form post example not working

Replies are listed 'Best First'.
Re^3: LWP form post example not working
by afresh1 (Hermit) on Oct 14, 2008 at 21:29 UTC

    Can you put a simpler page (like the one I posted) that just displays the POST variables it receives and test that?

    It really sounds like a problem on the PHP side. I would recommend that you look at the PHP and see how it decides which content to show, then do some diagnostics on why it is failing to work like you expect.

    --
    andrew
      You know, your right! I gave you a vote. I will take a good long look at what I am doing in the PHP code and track down why it is not working correctly. Thanks for the help.