I just started learning PHP and installed webmatrix to get started. My first test page renders some of the PHP code as HTML comments. I need help determining what's wrong. One include statement works fine while another in the same file outputs as seen below. None of the PHP code withing HTML displays. The file contains HTML and PHP code and is named with a .PHP extension. I do have PHP enabled in the site settings.
For example this line:
<?
include "phpinfo.php";
?>
becomes:
<!--? include "phpinfo.php"; ?-->
05/11: Thanks for all the help. I got it working and learned a few things.