So first of all sorry for my bad English, hope u understand me guys...
Example:
http://78.108.248.65/index.php?go=mc-skillet&alb=7
This (thought mysql) leads to Artist Skillet and Album number 7
Operations:
Delete exiting playlist, Create new one, Importing tracks taka to playlist, Load it into player.. this is all perfect but...
Browsers always save the first playlistfile and whenever i open other album its always on my first playlist...
I tried:
- PHP: Select all
<?
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
But no effect....
Meta tag for no caching same...
Could u guys help me a bit ? Thanks in advance!