Mailinglisten-Archive |
Das isses :) Besten Dank, funktioniert genauso, wie ich wollte. At 21:04 19.10.2004, you wrote: >wie wär es damit: > ><table width="695" border="0" cellspacing="0" cellpadding="3" align="center"> ><?php > $cnt = 0; > WHILE($row_kurz = @mysql_fetch_array($result_kurz)) : > if ($cnt % 2 == 0) echo echo "<tr class=\"farbebg\">"; > else echo "<tr>"; > echo "<td width=\"60\">".$row_kurz[1]."</td>"; > echo "<td width=\"160\">".htmlentities($row_kurz[2])."</td>"; > echo "<td width=\"355\">".htmlentities($row_kurz[0])."</td>"; > echo "<td width=\"110\" align=\"right\"><a > href=\"ma_index.php?such=4&kdnr=".$row_kurz[3]."\">Details</a></td>"; > echo "</tr>"; > $cnt++; > ENDWHILE; >?> ></table> > >-- >Jan Heppe >http://www.afvm.de/ > >-- >** Allgemeine deutschsprachige PHP-Liste: php at phpbar.de ** >Informationen: http://www.phpbar.de >http://lists.phpbar.de/mailman/listinfo/php Mit freundlichen Gruessen Joern Grube http://www.jg-multimedia.de ICQ 151410400 Tel. +49(030) 25798868 Fax +49(0180) 54025252684 Mobil 0173 9071436
php::bar PHP Wiki - Listenarchive