It is possible to "echo" output to internal buffers in PHP. This can be useful in a wide variety of situations, yet it is not a commonly mentioned feature. To get started using this functionality in PHP, check the help (http://php.net/manual/en/function.ob-start.php) :)