| 
 Posted by J.O. Aho on 01/08/07 20:00 
chris_fieldhouse@hotmail.com wrote: 
 
> Can someone help? 
> Is the $HTTP_GET_VARS not supportted in PHP5, or am I using it wrong? 
> Any advice would be appreciated.  
 
The $HTTP_ globals was only left for backward compatibility since PHP 4.1.0  
and was at that time announced to be deprecated in future versions. 
 
 
 > the code I was using was based on online samples, which often mix $_GET 
 > and $HTTP_GET_VARS. 
 
Yeah, many scripts been there since PHP3, some may have got a little bit updating. 
 
 
A good page to take a look at is 
http://www.php.net/manual/en/reserved.variables.php 
That way you see what else has changed in globals. 
 
 
--  
 
   //Aho
 
[Back to original message] 
 |