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