PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
include() doesn't output the included html, it outputs it directly to the browser. Try to use ob_gzhandler to capture the contents, and then stick 'em in a variable, or in news.php: