Putting php code into html



How do you include a php counter into a html page. I've tried <?php
include ("counter.php"); ?> but it won't work. any suggestions

.