Looping through the $_SERVER arrayforeach ( $_SERVER as $key=>$value ) { print "\$_SERVER[\"$key\"] == $value";}?>