Form Php

foreach ($_SERVER as $var => $value) {
   echo "$var => $value ";
}
?>