macinjosh Posted March 9, 2007 Share Posted March 9, 2007 I'm doing some research for an app that I am building. Basically its a code generator for email newsletters. I need the script to generate static XHTML code that I can give to my email people. The problem is that the content of the email is driven by PHP and MySQL. The email people can't have dynamic code mixed in with their XHTML. So, I need to create a page in XHTML with PHP that inserts the content, then I need to run that page through the PHP interpreter and then grab and store the rendered XHTML code. No of that is a problem for me except for grabbing the interpreted code. Any ideas? Did that make any sense? ??? Link to comment https://forums.phpfreaks.com/topic/42014-grab-interpreted-code/ Share on other sites More sharing options...
effigy Posted March 9, 2007 Share Posted March 9, 2007 This perhaps? Link to comment https://forums.phpfreaks.com/topic/42014-grab-interpreted-code/#findComment-203732 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.