Is it possible, using PHP, to get the current HTML loaded into a browser, as a string in PHP?
In other words, this would be the PHP equivalent of document.documentElement.outerHTML
in JavaScript.
The question has probably been asked somewhere here, but I can't seem to find it. If this question has already been asked before, could you please give me link? I'm new here at StackOverflow :P