I have this in my web site not in an executable folder: <HTML> <HEAD> <TITLE>My First PHP Program</TITLE> </HEAD> <BODY> <?php echo "Hello World!"; ?> </BODY> </HTML>
No problem. I then put this in the same folder: <HTML> <HEAD> <TITLE>My Second PHP Program</TITLE> </HEAD> <BODY> <?php echo $HTTP_USER_AGENT; ?> </BODY> </HTML> Nothing appears. What's wrong? -- George Hester _________________________________ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php