2 Replies Latest reply on Jun 23, 2008 11:43 AM by gkincade

    PHP $_POST not working in JBoss 4.2.2.GA?

    gkincade

      We're implementing a system that will rely upon a PHP script that is called via POST. The script has calls to the PHP super array $_POST to get the post parameters.

      We can see the parameters in JBoss debug so we know they're being passed but the script fails with 'undefined index' on all the parameters.

      Running the script under Apache, the $_POST's work fine.

      Taking the calls to $_POST out, the script returns data as we expect in JBoss, just not as it should be filtered by the $_POST's.

      Is there something we need to turn on in JBoss to enable us to pick up these parameters?