There is nothing to convert. PHP pages still contain HTML. PHP is nothing more than a way to enhance an HTML page with some code that will execute server-side when the page is requested by the browser. So, all the "conversion" it takes is changing the extension to ".php".
Of course, you will still need to add the PHP code to do what you want it to do. Although somewhat dated, you may find
this tutorial helpful in that task.