Article List
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<tbody>
|
||||
<?php
|
||||
foreach ($result as $item) {
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row"><?= $item["ArtikelNr"] ?></th>
|
||||
<td><?= $item["Artikelname"] ?></td>
|
||||
<td><?= number_format($item["Einzelpreis"], 2, ",", ".") ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
Reference in New Issue
Block a user