Ciao a tutti, da un pò che sto usando il php.

Quando usavo l'asp, per visualizzare il risultato estratto nel db mysql.

<% if risultato <> Null then

<table>-----

end if %>


e invece in php, come sarebbe?


codice:
    <?php ifnull ($row_DetailRS1['casi_impor'])?>
    <table width="100%" border="0" align="center" bordercolor="#000000">
      <tr>
        <td width="27%">Significant cases:</td>
        <td width="73%"><span class="style4 style5 style5 style5 style5 style5"><?php echo $row_DetailRS1['casi_impor']; ?></span></td>
      </tr>
    </table>
Grazie...