Hallo Daniel,
<? while ($row = mysql_fetch_row($result)) { ?>
<tr>
<td> <?=$row[1]?> </td>
<td style="border-left:1px solid black">
####### Mache es mit "echo" in PHP
Schreib <a href="stckbrf_detail.php?ID=<?php echo $row[0];?>">
statt »» <a href="stckbrf_detail.php?ID=$row[0]">
####### Mein Kommentar Ende
<? print("$row[3] $row[2] $row[0]"); } ?></a>
</td>
<tr>
Gruß
TomCat