Código PHP:
<?php if ($totalRows_citas > 0) { // Show if recordset not empty ?>
<img src="<?php echo $row_citas['piimagen']; ?>" alt="" name="imagen_citas" width="50" height="68" align="left" id="imagen_citas" />
<?php } // Show if recordset not empty ?>
hay alguna manera para que no me salga ese cuadro cuando no haya imagen?.