why would you want to convert html to PHP
theres no gain to it, in fact it would make your html slower if you forced it to go through the php program on the server
if you are wanting to add dynamic elements to a html page, it should be simple enough to rename the file from .html to .php and drop in the various code snippets you need
note that PHP code has to be enclosed in <?php and ?> tags