I've made a website where you can listen to Dutch radio channels.
But on some computers it don't switches to another channel when clicked on another radiochannel-image.
The images are linked to pages with a media player code + stream url on it.
I tried to put this code:
<?php
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache");
header("Pragma: no-cache");
?>
above all pages but still no changes 🙁