Re: [PHP] New image already cached. (SOLVED)

2006-04-25 Thread Richard Lynch
On Tue, April 25, 2006 8:56 am, tedd wrote: > At 9:56 PM -0500 4/23/06, Richard Lynch wrote: >>On Sun, April 23, 2006 5:25 pm, tedd wrote: >>> >>> >>> Neither the image tag nor the file cares if there is a random >>> number >>> attached to the file's url. But, by doing this, most (perhaps all)

Re: [PHP] New image already cached. (SOLVED)

2006-04-25 Thread tedd
At 9:56 PM -0500 4/23/06, Richard Lynch wrote: On Sun, April 23, 2006 5:25 pm, tedd wrote: Neither the image tag nor the file cares if there is a random number attached to the file's url. But, by doing this, most (perhaps all) browsers think the image name is unique. Doe anyone see any p

Re: [PHP] New image already cached. (SOLVED)

2006-04-23 Thread Richard Lynch
On Sun, April 23, 2006 5:25 pm, tedd wrote: > > > Neither the image tag nor the file cares if there is a random number > attached to the file's url. But, by doing this, most (perhaps all) > browsers think the image name is unique. > > Doe anyone see any problems with this? Oh, all the browsers wi

Re: [PHP] New image already cached. (SOLVED)

2006-04-23 Thread tedd
Richard: Thank you very much for your detailed explanation -- I finally got it. However, the solution to my problem was much easier than I had hoped. My problem was in creating an image on the fly and then using the same file name each time. As such, some browsers cache the image while other