Dynamic chaching ignores tag
-
<!-- dynamic-cached-content --><?php $file = 'video.txt'; $data = file($file); $line = trim($data[array_rand($data)]); echo <<<YT <iframe width="300" height="225" src="https://www.youtube.com/embed/$line?rel=0&vq=large&theme=light&color=white&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe> YT; ?><!-- /dynamic-cached-content -->
Random youtube video still gets cached.
Any idea?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dynamic chaching ignores tag’ is closed to new replies.