I have a mix of HTML/PHP stored in mysql as a template. I run eval() to populate the variables from the template. I can get it to display/view properly, however I want to take the actual final, evaluated HTML and email it to myself. It seems like all I would need to do is store the eval()'d code in ...