Permabanned
- Joined
- 3 Jul 2008
- Posts
- 3,762
- Location
- My fabulous ship
Hey guys I need some help (Again)
Im making a dynamic audio player for a web site
a logged in user selects a track to add to their playlist
a button activates the playlist and a popup player is called
the player reffers to an XML document for its playlist everytime its called. But if the user was to choose another playlist, the previous playlist chosen still loads due to the xml file being in the users cache.
Does anyone know what I need to enter to disable caching of the xml file? The XML file is created by php dom and I cant find anything on caching..... any advice?
Im making a dynamic audio player for a web site
a logged in user selects a track to add to their playlist
a button activates the playlist and a popup player is called
the player reffers to an XML document for its playlist everytime its called. But if the user was to choose another playlist, the previous playlist chosen still loads due to the xml file being in the users cache.
Does anyone know what I need to enter to disable caching of the xml file? The XML file is created by php dom and I cant find anything on caching..... any advice?