I cannot figure out what I am doing wrong here. Something is not setup on my web server correctly and I don't know what. I used this short page to test and it keeps showing the code in the browser.
Any suggestions?
Code:
<!DOCTYPE html>
<html>
<body>
<?php phpinfo(); ?>
</body>
</html>
Any suggestions?