Is there an importer that will import a site that has static HTML and PHP pages into wordpress pages?
I am not sure weather a HTML to WordPress site Importer available, If you find any, please post here too.
I know that there is an HTML to wordpress importer. It is here https://wordpress.org/plugins/import-html-pages/. I am looking for an importer that will also import PHP pages into wordpress.
There really isn't any such thing as a "php" page - the .php tells the server what to do, but the output is still html. The problem you are going to have is that the importer won't know what parts of the page are headers and footers etc and what is the content to import. If you have the content in a database you may be better off taking a copy of the database, tweaking it so that it looks like something there is an importer for and running that.