Re: [PHP] Re: how to retrieve pictures from postgreSQL DB

2007-02-26 Thread Colin Guthrie
Alain Roger wrote: > Sorry Colin, > > but what do you mean by "adding some cache related headers" ? > What is the idea behind that ? Well, PHP is a dynamic language and as such it tells web browsers (Firefox, Safari etc.) "DO NOT CACHE THIS PAGE, I MAY GENERATE IT DIFFERENTLY NEXT TIME!!!". So t

[PHP] Re: how to retrieve pictures from postgreSQL DB

2007-02-25 Thread Colin Guthrie
tedd wrote: > That's the type of information you should store in your dB along with > the image. +1 Also you probably want to think about adding some cache related headers there too in order to stop web browsers hammering your server all the time. Col -- PHP General Mailing List (http://www.ph