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

2002-09-09 Thread Howard Roscoe
Hi all, I'm assuming this is an installation error, hence the posting to this group. 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

[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