Im in a web development class and in this class our teacher had us download a verison of LAMP to run in Oracle VM Virtual Machine I'm 99% sure I've ran thru all of the applications that we were to download however when I try to run php in a HTML file it never works. This is my code:
<!DOCTYPE html>
<html>
<head>
<title>\</title>
</head>
<body>
<?php echo "dhlfdjsdlfjskd"; ?>
</body>
</html>
I'm just not sure why this will not work. Even in the browser's inspector I am to see the php code which from my understanding I should not be able to do. If anyone has any suggestions I am grateful for those.