Search code examples
phpphp-7.2

The simplest code not working (built in server)


php7.2

Could you help me understand why my code is not working?

<!DOCTYPE html>
<html>
<body>

<h1>My first PHP page</h1>

<?php
echo "Hello World!";
?>

</body>
</html>

Please, have a look at the attached image. I run the built in server.

enter image description here


Solution

  • On a hunch I will take a guess that you are missing the file extension of .php