How can I use W3 Total Cache with the $result_random code?
-
How can I still use this result_random code to show different header images on my site while using W3 Total Cache?
`<?php
$result_random=rand(1, 2);
if($result_random<=1){ ?>
<img src=”https://peerfly.com/banners/13698-120×600.gif” border=”0″>
<?php }
elseif($result_random<=2){ ?>
<IMG SRC=”https://www.mb01.com/getimage.asp?m=1720&o=1842&i=27785.dat” width=120 height=600 border=0>
<?php }
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I use W3 Total Cache with the $result_random code?’ is closed to new replies.