hrmmm...  rather strange.
Well, how about trying these instead:

global $_SERVER;
echo "<hr>THIS IS _SERVER:<hr>";
print_r($_SERVER);
global $HTTP_SERVER_VARS;
echo "<hr>THIS IS HTTP_SERVER_VARS:<hr>";
print_r($HTTP_SERVER_VARS);
echo "<hr>";
exit;

> -----Original Message-----
> From: SM-Development [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 10, 2003 9:53 PM
> To: p dont think
> Cc: 'SquirrelMail-Users'
> Subject: Re: SM_PATH appears to be wrong
> 
> OK, this is what I put into the src:
> 
> global $_SERVER;
> echo "<hr>base dir is $base_uri<hr>";echo "PHP_SELF value is " .
> $_SERVER['PHP_SELF']; exit;
> 
> 
> The result is still the same:
> 
>  ---------------------
> base dir is
>  ---------------------
> PHP_SELF value is
> 
> 
> 
> What to test next ...
> 
> 
> Thanks.
> 
> 
> p dont think writes:
> 
> > oops, for php4.0.6, you need to put this line before the echo
statement:
> >
> > global $_SERVER;
> >
> > try one more time?
> >
> > Thanks,
> >
> >   paul
> 
> 
> 
> 
> 
> 
> 
>
************************************************************************
**
> **
> CAUTION: This e-mail is confidential and may contain privileged
information.
> If you are not the intended recipient,  you must not  disclose  or
use  the
> information.  If you have received this e-mail in error,  please
notify  by
> returning the e-mail and delete the document.  Any views expressed  in
this
> message are those of the individual sender,  and may not necessarily
reflect
> the views of the Company.
>
************************************************************************
**
> **
> 
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to