In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (David Otton) wrote:

> I get a error - "Warning: Undefined variable: PATH_INFO in
> [scriptname] on line 13"
> 
> Is there any situation where such variables would be available to
> phpinfo(), but not the rest of the script?

Yes, where $PATH_INFO is called from within a function without being 
declared as global first.  See the manual's chapter on variable scope.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to