Is there a way I can use PHP to put the HTML source into a variable.
I need to eventually be able to strip this variable's HMTL tags to be able to output it as text.
As I am creating the HTML dynamically I don't think I can just concatenate the HTML parts of my PHP script as I will need to do this as the final thing.
Thanks