Using PHP to port HTML?

CompuTecky

New member
I have a site where a you enter information on a php form and then it puts all the info together and generates and HTML page with that info. Recently I changed the way that it generates the HTML adding a <pre> tag to several parts of it. When I updated the stylesheet to change the formatting of the pre tags i realized that only the HTMl pages in 2010 reflected the changes because they were the only ones with the pre tags. Is there any way to build a PHP porting script where it will go through a file, take out the information and rebuild it into the new version?

Thanks,
CompuTecky
Any code samples would be appreciated.
 
Back
Top