Hello,

How do i make a page which isn't cached for konqueror/opera browers?

Now i have:

$now = gmdate('D, d M Y H:i:s') . ' GMT';
header('Expires: ' . $now);
header('Last-Modified: ' . $now);
header('Cache-Control: no-store, no-cache, must-revalidate,pre-check=0, 
post-check=0, max-age=0'); 
header('Pragma: no-cache'); 
header('Content-Type: text/html; charset=iso-8859-1');

works fine for IE and NS, but doesn't for konqueror/opera. Who knows how to 
fix this, thanks!

Bas

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to