Anyway working through a massive textbook and I have this basic file as shown below:
<html>
<head>
<title>My First PHP Program</title>
</head>
<body>
<?php
echo " I'm a lumberjack. ";
?>
</body>
</html>
Question:
How do I get this to work on my hosts server? Do I need to create a database, and a directory? Or do I just create a database? Or do I just upload the files to a directory with a .php extension and hope for the best? As you can see I am a little confused lol. Any help appreciated