I have looked far and low. I am sure the answer is already out here, but dont know what search terms to be looking for.
I am trying to take the full html generated by one of my PHP scripts and write it to an htm file.
Should I capturing all the PHP output to a string and then write it at execution time of the script?
Or should I be opening and capturing the PHP generated html to a string from an external PHP script ala fread ()?
Thanks