I just installed the Apache and PHP, and IE can display the .php file which includes the sentence" <? php phpinfo(); ?>. Also it can display the .php file which includes " <?php echo "Hello World<p>"; ?> ".
The problem is IE displays nothing if the .php file include following sentence:
<?php echo $HTTP_USER_AGENT; ?>
Anyone know how to solve it?
Thanks very much.