PHP Console Log Add console-log() functionality to PHP programs Install: require('console-log.php');` Usage: <?php console_log($var); ?> (Note: I didn't come up with this, but I don't recall where it came from. Thanks to the original author.)