johnmahugu

php - ENV environment variables

Jun 25th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <a href="index.php">Go back to index</a>
  2. | <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
  3.  
  4. <title>Environment variables</title>
  5. <h1>Environment variables</h1>
  6.  
  7. <pre style="background:#ddd;">
  8. <?php print_r($_ENV); ?>
  9. </pre>
Advertisement
Add Comment
Please, Sign In to add comment