| 
 Posted by Oli Filth on 05/10/05 20:04 
ScareCrowe wrote: 
> Off the top of my head, I believe the HTTP_POST_VARS is depreciated in later 
> versions of PHP, and is no longer a superglobal. Check out 
> http://us2.php.net/manual/en/reserved.variables.php#reserved.variables.post 
> for more info! 
>  
 
$HTTP_POST_VARS was never a superglobal. But yes, its use is deprecated  
in favour of $_POST in PHP 4.1.0 and later. 
 
The use of $HTTP_POST_VARS is enabled/disabled with the  
register_long_arrays php.ini directive. 
 
--  
Oli
 
  
Navigation:
[Reply to this message] 
 |