loquela Posted September 26, 2009 Share Posted September 26, 2009 Hi there, I am generating an HTML table with php and data from a MySQL database and outputting it to the browser. This is all fine. What I would like to do is capture the HTML out in a variable so I can pass that on to another script (for example, for printing to pdf). Any advice? Thanks in advance, S. Link to comment https://forums.phpfreaks.com/topic/175615-storing-html-output-in-variable/ Share on other sites More sharing options...
MadTechie Posted September 26, 2009 Share Posted September 26, 2009 Surely your HTML goes form the database into a variable before you echo it..! however a cheat would be to use ob_get_contents() Link to comment https://forums.phpfreaks.com/topic/175615-storing-html-output-in-variable/#findComment-925392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.