I have a Web site that was maintained by a student who hand-coded. Everything is in PHP files and I need to convert back to HTML so that new people can maintain and modify the site using either Dreamweaver or MS Expression Web. How can I go about this conversion?
Use a Webserver first to execute the php files, The Result will be rendered in HTML. You can just save the page (using your Browser) and then fix all the broken HTML code.