On Tue, Aug 11, 2009 at 11:52 AM, Ben Dunlap <bdunlap@xxxxxxxxxxxxxxxxxx>wrote: > > @Adam >> The headers_sent() wasa test to ensure that no other data was creeping >> into the headers before I wanted it to. Keeping it in does no harm, as >> it is basically saying, if there are no headers that have been sent, >> send the correct ones for the image. > > > But if there are headers that have been sent, it sounds like they would not > have been the correct ones. Which I think would cause exactly the problem > you're describing. > > Ben > > Oops, looked back at your earlier post and it sounds like you only send the image inside the "if(!headers_sent())" block. Never mind, pls disregard my earlier noise. Ben