Re: [PHP-DB] displaying images

2002-01-23 Thread Jason Wong
On Thursday 24 January 2002 12:34, [EMAIL PROTECTED] wrote: > Hello, > > I'm storing image URLs in a varchar text field for items in my database. > The problem is not all the items in the database have images, so when i do > a query that displays multiple results some have images and some have the

[PHP-DB] displaying images

2002-01-23 Thread mike
Hello, I'm storing image URLs in a varchar text field for items in my database. The problem is not all the items in the database have images, so when i do a query that displays multiple results some have images and some have the nasty red Xs. Is there a way do some kind of IF statement. If the im