phpbar.de logo

Mailinglisten-Archive

[php] pictureupload

[php] pictureupload

matthiasspork at genion.de matthiasspork at genion.de
Mon Okt 13 12:06:25 CEST 2003


>hat vielleicht eine ahnung, wie ich es anstelle, 
>dass nur diese 4 fotos nie in den cache geladen werden, sodass immer das 
>aktuellste foto angezeigt wird? danke, lg 

http://de.php.net/manual/de/function.header.php

<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");    // Datum aus Vergangenheit
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); 
                                                     // immer geändert
header("Cache-Control: no-store, no-cache, must-revalidate");  // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");                          // HTTP/1.0
?>


matze

php::bar PHP Wiki   -   Listenarchive