[thelist] Re: PHP Form Elements

Adam Slesinger badlanners at hotmail.com
Tue Aug 19 10:08:04 CDT 2003


Hi Manuel,

You hit the nail on the head.  phpinfo() revealed my development server was
Ver 4.3.2, and the production machine is Ver 4.0.6.  I replaced all of the
$_POST with $HTTP_POST_VARS and things are working on both machines.

Many thanks to everyone who offered their help.  Much appreciated!

Danke,
adam


>Check your production server's php version. I'd dare to say that could
>be the cause of your troubles.

<quote
src="http://es.php.net/manual/en/reserved.variables.php#reserved.variable=
s.post">
HTTP POST variables: $_POST

    Note: Introduced in 4.1.0. In earlier versions, use $HTTP_POST_VARS.
</quote>


More information about the thelist mailing list