Ciao,
Vorrei nascondere un campo testo se nessun valore è presente.
Mi spiego: Come faccio a nascondere il codice sotto se $tipo é vuoto?
Codice PHP:
<tr>
<td>Tipo:</td>
<td align="right"><?php echo $tipo; ?></td>
</tr>
Ciao,
Vorrei nascondere un campo testo se nessun valore è presente.
Mi spiego: Come faccio a nascondere il codice sotto se $tipo é vuoto?
Codice PHP:
<tr>
<td>Tipo:</td>
<td align="right"><?php echo $tipo; ?></td>
</tr>