Re: [PHP] When did $_SERVER become the preferred syntax?

2002-05-17 Thread Brad Hubbard
On Sat, 18 May 2002 15:47, Brad Hubbard did align ASCII characters thusly: > What's the idea behind this syntax "$_SERVER" and when did it become the > preferred method (are there docs on this)? Thanks to all who replied. I understand this now. Cheers, Brad -- PHP General Mailing List (http://

Re: [PHP] When did $_SERVER become the preferred syntax?

2002-05-17 Thread Richard Baskett
This page will tell you everything you need to know about the new global arrays :) http://www.php.net/manual/fi/reserved.variables.php Rick "Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all the times you can, To all the people you can

Re: [PHP] When did $_SERVER become the preferred syntax?

2002-05-17 Thread Jason Wong
On Saturday 18 May 2002 13:47, Brad Hubbard wrote: > What's the idea behind this syntax "$_SERVER" and when did it become the > preferred method (are there docs on this)? Read the changelogs for php 4.1.X and above. Search the archives. Read the sample php.ini files included with the distributio