Christoph: Variable in array umwandeln

Beitrag lesen

Hallo,
warum nicht so?

<?

$summe = 0;

while($row=mysql_fetch_array($result1))
{
$preis=$row["preis"];

$summe += $preis;

?>
<table>
<tr>

<td><? echo $summe; ?></td>

</tr>
</table>

so long, wie wir coolen Saarländer sagen