Hi all,
I have an exiting html.php page that generates a table list after some user input.
I would like to be able to email either the whole page or just the generated table list when a email button is clicked on the page.
I know i can duplicate and reformat the table list code and put into a php $messagebody variable to pass to the php mail function.
Is there a way to use dom to grab a section of existing the html page, like the table list section, and stuff it into the $messagebody variable?