phpbar.de logo

Mailinglisten-Archive

[php] Schleifenproblem

[php] Schleifenproblem

Jan Heppe list1 at afvm.de
Die Okt 19 21:04:17 CEST 2004


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/


php::bar PHP Wiki   -   Listenarchive