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.
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.