I'm trying to make a simple echo with php in my members.html file. the php is just commented out. how can I fix it? Can I use the <link> tag to use external php files?
the code I am trying to use looks something like this:
<html>
(html stuff here)
<?php
echo test;
?>
(more html)
</html>