Re: [PHP] pictures stored in PostgreSQL DB

2007-03-04 Thread Fergus Gibson
Alain Roger wrote: > I know how to do that for 1 picture. But i want to display the pictures as > thumbnail... so several pictures on the same PHP pages, with some texts. Seems to me that Matt's suggestion is perfectly applicable. You could simple add tags as necessary, each with the call to the

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Børge Holen
On Saturday 03 March 2007 14:57, Alain Roger wrote: > Hi Rob, > > thanks for information. > As you told me i use 2 files to do what i need. 1 for displaying th > thumbnail and the other just to display the picture. > That's works great. > > However, how can i resize the picture (in my thumbnail) if

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Robert Cummings
On Sat, 2007-03-03 at 14:57 +0100, Alain Roger wrote: > Hi Rob, > > thanks for information. > As you told me i use 2 files to do what i need. 1 for displaying th > thumbnail and the other just to display the picture. > That's works great. > > However, how can i resize the picture (in my thumbnail

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Alain Roger
Hi Rob, thanks for information. As you told me i use 2 files to do what i need. 1 for displaying th thumbnail and the other just to display the picture. That's works great. However, how can i resize the picture (in my thumbnail) if my pictures are stored to DB ? i mean that my picture is stored

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Martin Marques
Robert Cummings escribió: On Sat, 2007-03-03 at 11:02 +0100, Alain Roger wrote: I know how to do that for 1 picture. But i want to display the pictures as thumbnail... so several pictures on the same PHP pages, with some texts. therefore, your solution does not correspond to what i need. You n

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Robert Cummings
On Sat, 2007-03-03 at 11:02 +0100, Alain Roger wrote: > I know how to do that for 1 picture. But i want to display the pictures as > thumbnail... so several pictures on the same PHP pages, with some texts. > therefore, your solution does not correspond to what i need. You need two scripts. One scr

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Martin Marques
Alain Roger wrote: Hi, It's amazing that my previous post has raised so much consideration about the fact to store or not pictures into DB. It was nice, wasn't it? :-D However, none of those posts answered to my question... How can i retrieve and display those pictures to my PHP pages ? ??

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Børge Holen
To fetch an image from a database you need to call a separate file witch "acts" as the image... it is this file who set the image header. the text is still fetched in the original file. On Saturday 03 March 2007 10:18, Alain Roger wrote: > Hi, > > It's amazing that my previous post has raised so

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Alain Roger
I know how to do that for 1 picture. But i want to display the pictures as thumbnail... so several pictures on the same PHP pages, with some texts. therefore, your solution does not correspond to what i need. Sorry. AL. On 3/3/07, Matt Carlson <[EMAIL PROTECTED]> wrote: If I were you, I would