| How do I add anti-caching code in header
I would like to add the following anti-caching code in the header:
<?php
header("Pragma: no-cache");
?>
Since my photopost is integrated with vbulletin, do I only need to put it in the vbulletin header template? Or should I be sticking it somewhere on photopost as well. Thanks in advance.
|