Does anyone know why this line of code never produces any output after loging into a webpage?
<?php print $REMOTE_USER; ?>
http://www.php.net/manual/en/function.getenv.php
and
http://hoohoo.ncsa.uiuc.edu/cgi/env.html
cheers,
kyle
Nope. Still doesn't work. Here's the code I've used:
<B>Welcome <?php echo(getenv ("REMOTE_USER")); ?> !</B>
The output I get is: Welcome !
Any ideas? 🙂