[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - PHP $_POST not working in JBoss 4.2.2.GA?
gkincade
do-not-reply at jboss.com
Fri Jun 20 13:17:39 EDT 2008
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?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159621#4159621
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159621
More information about the jboss-user
mailing list