Is there any way for all my PHP and/or HTML file output to be \"filtered\" before being displayed in the browser? I figured that I could pass it through a global function b
You can use output buffering and specify a callback when you call ob_start()
some stuff