if ($row_rscdetail['unit_view'])) {
echo 'Unit View: ' .$row_rscdetail['uniview'];
}
i think will do it. or set your field to a variable, and
check fro that.
> <td valign="top" align="left">Unit View: <?php
echo
> $row_rscdetail['unit_view']; ?></td>
>
> if there is not a value in $row_rscdetail['unit_view']
then I don't
> want
> Unit View: to be displayed.
>
> Is there an easy way to do this.
> Thanks in advance.
> Tim
>
>