This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sgd/ysqld/ysql07d/einsende/e1_artikel_ausgeben.php

26 lines
521 B
PHP

<!DOCTYPE html>
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>e1_artikel_ausgeben</title>
<?php
require_once("bestellen.class.php")
?>
</head>
<body>
<h1>Artikel ausgeben</h1>
<div class="ausgabe">
<?php
$teilnehmer = new Bestell();
$teilnehmer->lesenAlleDaten();
?>
</div>
</body>
</html>