Reputation: 483
Sorry guys this is probably pretty simple, but i've been up way too late now. I have a basic html page and when i try to put any php in the body it reads it as a comment.
<html>
<body>
.... ....
</p>
</div>
<div id='result' class='ui-widget' style='width:70%;margin:0 auto'>
</div>
</div>
<?php
include(WEB_ROOT.'/template/footer.php');
?>
</body>
</html>
Is there anything wrong?
Upvotes: 0
Views: 103