So I tried to create a PHP code inside an HTML because I've never used it before, but it never showed up. I have a Mac, so I downloaded MAMP and tried to run it from there, but still...nothing.
Where did I go wrong? The WHAT!!! is the only thing that shows up and not the text in the PHP echo.
<html>
<body>
<?php echo "My first PHP script!";?>
WHAT!!!
</body>
</html>