I know this is outside of the ordinary use for PHP. I use PHP to generate templates for web front-ends. I then deliver these templates to a development team. They request that we deliver flat HTML files.
Is there a way to utilize PHP to save out the html version of the file. I have screen-02.php to screen-62.php. I have to individually open these in a browser and save the html as screen-02.html, screen-03.html , etc. I also have jQuery at my disposal if that helps.
Thanks in advance for any help.