[PHP] Cache Question

2003-08-14 Thread Tony Tzankoff
I have a webpage written in the latest version of PHP and need a little bit of help with a rather pesky cache issue. Part of the source code is as follows: page.php "; echo ""; . . . echo ""; ?> The page does not cache (which is good), but the MP3 file does (which is b

Re: [PHP] Cache Question

2003-08-14 Thread Chris Shiflett
--- Tony Tzankoff <[EMAIL PROTECTED]> wrote: > I have a webpage written in the latest version of PHP and need > a little bit of help with a rather pesky cache issue. Part of > the source code is as follows: > > page.php > echo ""; > echo ""; > echo ""; > ?> > > The page does