ok lets try it this way:
very weird there is something about the bottom half of this code that it doesn't like and won't let me post it...
Code:
$GLOBALS['now'] = gmdate('D, d M Y H:i:s') . ' GMT';
header('Expires: ' . $GLOBALS['now']); // rfc2616 - Section 14.21 <----LINE 22
header('Last-Modified: ' . $GLOBALS['now']);
header('Cache-Control: no-store, no-cache, must-revalidate,
very weird there is something about the bottom half of this code that it doesn't like and won't let me post it...