Cache problem

This is a discussion on "Cache problem" within the PHP Forum section. This forum, and the thread "Cache problem are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 25th, 2008, 05:34
New Member
Join Date: Feb 2008
Location: Bulgaria
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Cache problem

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!
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cache Question toastyrat2 Web Page Design 4 Mar 4th, 2008 06:53
cache alexgeek Website Planning 3 Sep 28th, 2007 01:36
Cache folder write issues scarab5 PHP Forum 4 Jan 9th, 2006 22:31
preloading images into browser cache gwx03 Flash & Multimedia Forum 3 May 29th, 2004 16:58


All times are GMT. The time now is 07:28.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43