This one time, at band camp,
Brian V Bonini <[EMAIL PROTECTED]> wrote:

> What is it that has to be set in php.ini for a superglobal to work?

You dont need to set anything, they work out-of-the-box

just try something like this...

<?php echo $_SERVER['SCRIPT_FILENAME']; ?>

Kevin

-- 
 ______                          
(_____ \                             
 _____) )  ____   ____   ____   ____ 
|  ____/  / _  ) / _  | / ___) / _  )
| |      ( (/ / ( ( | |( (___ ( (/ / 
|_|       \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia

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

Reply via email to