i am having serious problems with browser caching i want to display my flash movie which is a poll and it differs everything. But i cant stop my browser from caching the PHP and de flash(SWF) File. Here is the html code of voteflash.php(?id=1):
<? header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
header ("Cache-Control: no-cache, must-revalidate, proxy-revalidate"); // HTTP/1.1
header ("Pragma: no-cache"); ?>
<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<TITLE> Voteflash </TITLE>
</HEAD>
<BODY bgcolor="#CCCCCC" onLoad="if ('Navigator' == navigator.appName) document.forms[0].reset();" >
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--Stem voor: Klik op een cijfer Resultaten: Processing... Klik op een cijfer Processing... Klik op een cijfer Processing... Klik op een cijfer Processing... Klik op een cijfer Processing... Klik op een cijfer Processing... Klik op een cijfer Processing... Klik op een cijfer Processing... Klik op een cijfer Processing... Klik op een cijfer Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating Aantal keer gestemd Rating --><OBJECT classid="clsid😃27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=640 HEIGHT=55>
<PARAM NAME=movie VALUE="voteflash.swf?id=<? echo "$id"; ?>"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#CCCCCC> <EMBED src="voteflash.swf?id=<? echo "$id"; ?>" menu=false quality=best bgcolor=#CCCCCC WIDTH=640 HEIGHT=55 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</HEAD>
as u can see i tried everything.
PLZ help me
Thriver