Code: Cache dynamic files

From Chapter 6: Web Page Optimization

header('Cache-control: must-revalidate');
header('Expires: ' . gmdate('D, d M Y H:i:s', time( ) + 10800) . ' GMT');