Hi,

My HTML pages created with php scripts contain images and Flash animation.
I would like never find in the cache browser these components .
I have put at the the begining of my pages this script!

<?php
  header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");             // Date du passé
  header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // toujours modifié
  header("Cache-Control: no-cache, must-revalidate");           // HTTP/1.1
  header("Pragma: no-cache");                                   // HTTP/1.0
?>
<html>
.......

but I still found  in my browser cache Flash animation and images.


Solution?

Thanks!

C Monnerie..




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

Reply via email to