<?php // php code. ob_start(); ?> <!-- HTML tag and the rest of content. --> <?php header('Content-Length: '. ob_get_length()); ob_end_flush(); ?>