matthew stuart wrote:
> <%IF (recordset.Fields.Item("fld_image").Value)
<> "none" Then%>
> NOTHING TO SHOW
> <%End IF%>
The following code displays the output if the field actually
contains
something. If it contains nothing, it's ignored.
if (!empty($row_recordsetName["fld_image"])) {
echo $row_recordsetName["fld_image"];
}
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/