Und was ist wenn man es ohne echo in jeder Zeile macht z.b.
PHP-Code:
echo <<<TABELLE
<table border="1">
<tr>
<td width="20">ID</td>
<td width="80">Workstationnummer</td>
</tr>
<tr>
<td> $ergebnis[0]</td>
<td> $ergebnis[1]</td>
</tr>
</table>
TABELLE;