Jump to content

Grab Interpreted Code?


macinjosh

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.