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
in the httpd.conf file.
This took ages to find and was only posted within that last few days on the
PHP bug board, hope it helps you with your elusive first POST variable.
Thanks for you help though,
Regards
Howard
"Erwin" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > 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 problem with my installation, which is;
> > The test PHP is;
> >
> > Form Page:
> >
> >
> >
> > Untitled Document
> >
> >
> >
> >
> >
> >
> >
>
> Try adding another . We've had a problem where we
*always*
> lost the first POST variable.
>
> Grtz Erwin
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php