Re: [PHP-DB] strange link problem to a database item

2002-01-20 Thread chip
On Saturday 19 January 2002 01:52 am, Jason Wong banged out on the keys: > Interesting problem. It seems that your thumbnails are in an invalid > format. Using Opera right-clicking on picture and selecting "Image > Properties" reveals that the purported image dimensions are 0 x 0 pixels > and Bits

Re: [PHP-DB] strange link problem to a database item

2002-01-19 Thread Steven Cayford
On 2002.01.18 23:00:16 -0600 chip wrote: > On Friday 18 January 2002 08:09 pm, Steven Cayford banged out on the > keys: > > Hello again. > > > > On 2002.01.18 18:48:36 -0600 chip wrote: > > > In my code I have the following line: > > > > > > printf(" > > > \n", $row["name"], $row["name"]); > > > >

Re: [PHP-DB] strange link problem to a database item

2002-01-19 Thread Jason Wong
On Saturday 19 January 2002 16:06, chip wrote: > On Friday 18 January 2002 09:39 pm, Chris Lott banged out on the keys: > > > In my code I have the following line: > > > > > > printf(" > > > \n", $row["name"], $row["name"]); > > > > > > When I view this web page I get I get, in- > > > konqueror -

Re: [PHP-DB] strange link problem to a database item

2002-01-19 Thread chip
On Friday 18 January 2002 09:39 pm, Chris Lott banged out on the keys: > > In my code I have the following line: > > > > printf(" > > \n", $row["name"], $row["name"]); > > > > When I view this web page I get I get, in- > > konqueror - all thumb images are fine > > netscape 6 - no thumb images, jus

RE: [PHP-DB] strange link problem to a database item

2002-01-18 Thread Chris Lott
> In my code I have the following line: > > printf(" > \n", $row["name"], $row["name"]); > > When I view this web page I get I get, in- > konqueror - all thumb images are fine > netscape 6 - no thumb images, just a narrow verticle bar Can you make this available somewhere to look at? c -- Ch

Re: [PHP-DB] strange link problem to a database item

2002-01-18 Thread chip
On Friday 18 January 2002 08:09 pm, Steven Cayford banged out on the keys: > Hello again. > > On 2002.01.18 18:48:36 -0600 chip wrote: > > In my code I have the following line: > > > > printf(" > > \n", $row["name"], $row["name"]); > > Ok. So the "name" field in your table holds the filename of th

Re: [PHP-DB] strange link problem to a database item

2002-01-18 Thread Steven Cayford
Hello again. On 2002.01.18 18:48:36 -0600 chip wrote: > In my code I have the following line: > > printf(" > \n", $row["name"], $row["name"]); Ok. So the "name" field in your table holds the filename of the image and you have a thumbnail image by the same name in the .xvpics folder? What does