rony: Tabellen/Zeilen abwechselnd farbig darstellen

Beitrag lesen

Hallo Dieter, keine Funktioin wird hier für nichts aufgerufen.
Vielleicht ist das hier besser übersichtlicher:
-------------------------------------------------
<?php do { ?>
<table width="450" border="0" cellspacing="0" cellpadding="0">
  <?php if ($row_rs1['titel'] != "" ) { // Hide if field is empty ?>
  <tr>
    <td width="293"><?php echo $row_rs1['titel']; ?></td>
    <td width="157"><?php echo $row_rs1['erscheinungsjahr']; ?></td>
  </tr>
  <?php } // Hide if field is empty ?>
</table>
<?php } while ($row_rs1 = mysql_fetch_assoc($rs1)); ?>
-------------------------------------------------
Danke für deine Hilfe, MfG rony