William Stokes wrote:
Hello,
var_dump($POST) returns now always NULL. Before it returned the POST
variables and their values like it should, right? Is there something that
the operator could have done in the server that causes this?
try
var_dump($_POST);
The superglobals (except for 'global' for some reason) are $_ - ie
$_GET, $_SESSION and so on.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php