Code
<?php header("Cache-Control: no-cache"); echo rand(100,999); ?>
.htaccess
Header set Cache-Control "private"