Hi all,
I upgraded from 4.1.2 to 4.3.1 and the following line gives me an error:
if (($REQUEST_METHOD=='POST'))
the line above it is:
include ("functions.php");
Any help would be appreciated.
Thanks, David
Either set REGISTER_GLOBALS = on or use the new $POST, $GLOBALS, $REQUEST, etc. arrays ... check the docs for the new ways that PHP registers variables 🙂
http://www.php.net/manual/en/security.registerglobals.php