Pfad-Infos


<html><head><title>Anzeige</title></head> <body bgcolor=#eeeeee><pre> <h2>Pfad-Infos</h2><hr noshade size="1"> <? echo "<table cellspacing=\"4\" cellpadding=\"5\" border=0>"; echo "<tr><td>\$PHP_SELF: </td><td><code> $PHP_SELF </code></td></tr>"; echo "<tr><td>\$DOCUMENT_ROOT: </td><td><code> $DOCUMENT_ROOT </code></td></tr>"; echo "<tr><td>\$PATH_INFO: </td><td><code> $PATH_INFO </code></td></tr>"; echo "</table>"; ?> </pre></body></html>