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://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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, As long as ever you can." - John Wesley

> From: Brad Hubbard <[EMAIL PROTECTED]>
> Organization: Congo Systems
> Reply-To: [EMAIL PROTECTED]
> Date: Sat, 18 May 2002 15:47:58 +1000
> To: [EMAIL PROTECTED]
> Subject: [PHP] When did $_SERVER become the preferred syntax?
> 
> What's the idea behind this syntax "$_SERVER" and when did it become the
> preferred method (are there docs on this)?
> 
> Cheers,
> Brad
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 distributions.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Where's th' DAFFY DUCK EXHIBIT??
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php