Mega Code Archive

 
Categories / Php / Functions
 

Reading an environment variable, $_ENV[USER]

<?php $name = $_ENV['USER']; ?>