copy following 2 files in your document foldler...
and copy the attached "temp.swf" in the same folder
temp.php
<object classid="clsid😃27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100" style="border:1px solid #0099FF"><param name="movie" value="temp.swf"><param name="quality" value="high"><embed src="temp.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="100"></embed></object>
<br><a href="temp1.php"
style="color:#0099FF;font-family: Arial, Helvetica, sans-serif;font-size:12px;text-decoration:none">temp1.php</a></div>
temp1.php
<?
if(DEBUG){
print("<pre>");
print("SERVER = \n");
print_r($SERVER);
print("</pre>");
}
?>
Now open "temp.php" in IE browser and try click on "temp1.php" link.... you can see that it shows "HTTP_REFERER" entry in the list of variables..... Now go back to "temp.php" and click on the "blue round" in box(it is a flash file)..... now you will see that "HTTP_REFERER" is not there at all......... Why?
It will show proper value in FireFox although....... Please help me..!!