PHP Environment Listing

You are connected from IP number $REMOTE_ADDR."); if (isset($cookievisits)) print(" This is visit number $cookievisits."); print("

\n"); ?>

Here are some variables that have been preset in PHP from the environment in which it is running.

0) { print("\n"); while ( $item = each($array) ) { $a = $item['key']; $b = htmlspecialchars($item['value']); print("\n"); } } } showArray("POST request variables", $HTTP_POST_VARS); showArray("GET request variables", $HTTP_GET_VARS); showArray("Cookie variables", $HTTP_COOKIE_VARS); showArray("CGI variables", $HTTP_SERVER_VARS); ?>
$title
\$$a $b