httpheader.php:
<?php
header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");
header('Content-Type: text/html; charset=ISO-8859-1');
?>
index.php #1:
<?php include 'httpheader.php'; ?>
code snippets, served virtually
httpheader.php:
<?php
header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");
header('Content-Type: text/html; charset=ISO-8859-1');
?>
index.php #1:
<?php include 'httpheader.php'; ?>