I'm writing PHP code that parses flat HTML files. It looks for identifiers in the html code. I'm trying to rewrite the html including all the data I want, then print it. Now I want to included php scripts as well. When I use include(), it get loded but I would like to and the code to a str_replace() function. So, if I have a table, and I open up a php script, it will be opened in that table, not at the top of the file. Can this be done?
-Phybertek