keep the lines at or under 72 characters, please.

# [EMAIL PROTECTED] / 2003-06-03 19:20:17 +0100:
> To display in my web page im using:
> 
> <img src="<?php echo $row_Recordset1['imagecolumn']; ?>"> 
> 
> This displays the above images in my html page
> 
> The problem i have is where the field in my table is left blank
> (null), a web browser shows this as a broken image link icon.  i.e. it
> doesn't ignore it.
> 
> Does anyone know how I can get my page to ignore it if there is no link.

    like: don't output the tag if the image is null?

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to