1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
|
<img border="0" src="http://gferandi.gf.funpic.de/Ferandi 2.0<?= $row->bild ?>">
<div style="position: absolute; left: 0px; top: 31px;">
<?php include("schmutz.php"); ?>
</div></td>
</tr>
<tr>
<td class="drei" width="50%">ID:</td>
<td class="zwei" width="50%"><?= $row->id ?>
</td>
</tr>
<tr>
<td class="drei" width="50%">Name:</td>
<td class="zwei" width="50%"><?= $row->name ?>
</td>
|