Re: [PHP] Store and retrieve photo from PostgreSQL

2007-02-25 Thread Kevin Waterson
This one time, at band camp, "Alain Roger" <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to store and retrieve photo from my DB (PostgreSQL). > However, i do not know how to do it. Good idea, dont listen to those who give you the "you should'nt store images in a database" diatribe. Here is

Re: [PHP] Store and retrieve photo from PostgreSQL

2007-02-25 Thread Chris
Alain Roger wrote: Hi, I would like to store and retrieve photo from my DB (PostgreSQL). However, i do not know how to do it. Apart from the usual "you shouldn't really store images in the database" comment, the php site has some examples: To put it in: http://www.php.net/manual/en/function