How can I display PHP error_reporting to the web-console?

Advertisements So first off – I’ve been using this… ini_set(‘display_errors’, 1); ini_set(‘display_startup_errors’, 1); error_reporting(E_ALL); …for years and it works great! Please note that as I say "errors", I mean any messages produced by the above script. The problem I run in to is that as I’m working on the CSS/JS portions, these error messages can… Read More How can I display PHP error_reporting to the web-console?