I want to save the output of a php page and save it so I can email the output. Any ideas or code would help.
Hello Tony,
Could you be more specific?
What do you mean by saving the output of a php page? What is this output generated by? For how long do you want to save it before to email it? etc etc ..... 🙂
Denis
ok, I have a php page, that have both html and php embed, functions.... I want to save the output of this page into an html when it finish output all of the page and attach it into my mail and send it.
Check out the use of ob_start(), ob_get_contents() and ob_end_flush().