[PHP] Re: POST form variables not being sent to destination page

2002-09-09 Thread Erwin
> On the PHP Bug board, I managed to find that it was to do with the > Apache configuration settings, namely, you should put > > AddType application/x-httpd-php .php .php3 > > instead of; > > > SetOutputFilter PHP > > > in the httpd.conf file. > > This took ages to find and was only posted w

[PHP] Re: POST form variables not being sent to destination page

2002-09-09 Thread Howard Roscoe
Hi Erwin, Thanks for the reply but it turned out to be a slightly odd installation bug. On the PHP Bug board, I managed to find that it was to do with the Apache configuration settings, namely, you should put AddType application/x-httpd-php .php .php3 instead of; SetOutputFilter PHP

[PHP] Re: POST form variables not being sent to destination page

2002-09-09 Thread Erwin
> I've got an html form but when I use the POST method the form > variables don't make it to the destination page, when I use the GET > method, there's no problem. I've uploaded the test pages to our web > servers and the POST and GET methods both work fine, therefore I'm > assuming it's a proble

[PHP] Re: POST form variables not being sent to destination page

2002-09-09 Thread @ Edwin
Hi there, I don't really see any "serious" problem in your code except that your opening tag is in the wrong place :). Since I don't have php/apache running on my XP I cannot really tell if this is an installation problem. Anyway, I have php/apache (4.2.2/1.3.26) on Linux and (4.2.2/2.0.40) on