Partial output of
at http://www.njexpungements.com/test.php:Code:echo '<br /> <br /> <br /> $_SERVER <br /> <br /> <br />'; foreach ($_SERVER as $bigkey => $bigvalue) { echo "The value of $_SERVER $bigkey is $bigvalue <br />"; }
The value of Array REQUEST_URI is /test.php
The value of Array SCRIPT_NAME is /test.php
The value of Array PHP_SELF is /test.php
Presumably the three indicated elements are not interchangeable, but I can't see the difference.
Thoughts?
A.



Reply With Quote

Bookmarks