When you process a PHP page, and when it outputs a HTML file, it is (in my case at least) a temporary file, saved in a "temp" directory.
I was wondering how, if possible, one could get a hold of that file.
I need either to load the file, or get the entire string.