path_info may be coming from IIS, or, rather *NOT* coming from IIS, so isn't
set...

You may be able to find some other variable with what you need in <?php
phpinfo();?>

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Dms <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 1:12 PM
Subject: Re: path_info


> By fail I mean that the code does not return a value for the path_info
> variable.
> The register_globals setting is currently set On.  With it set Off I
> obviously would note return a value with $PATH_INFO.  It is my
understanding
> that the track_vars is always On starting with version 4.0.3
>
>
>
> "Richard Lynch" <[EMAIL PROTECTED]> wrote in message
> 03d601c11a62$88091ba0$6401a8c0@Lynchux100">news:03d601c11a62$88091ba0$6401a8c0@Lynchux100...
> > > I am running win2k sp1.  The following code works with php 4.0.3
> installed
> > > however fails with versions php 4.0.5 and 4.0.6.
> > >
> > > Any assistance would be appreciated
> > >
> > > <?php
> > > echo $PATH_INFO;
> > > echo "<br>";
> > > echo $HTTP_SERVER_VARS["PATH_INFO"];
> > > ?>
> >
> > Define "fails"...
> >
> > What are your php.ini settings for register_globals and track_vars?
> >
> > --
> > WARNING [EMAIL PROTECTED] address is an endangered species -- Use
> > [EMAIL PROTECTED]
> > Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
> > Volunteer a little time: http://chatmusic.com/volunteer.htm
> >
> >
>
>


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