This is rather simple and probably completely stupid question
I open dreamweaver and this is what i put:
<title>Untitled Document</title>
</head>
<body>
<?php
echo "this doesnt print!";
?>
</body>
</html>
I get a blank screen and nothing more. I have uploaded it to webspace and run it with the same result and its driving my nuts
Why doesnt it work? Help appreciated.