<div class="innerBody"> <?php $id = isset($_GET['del']) ? $_GET['del'] : ''; echo $inventar->delInventar($id); ?> <table class="flatnetTable"> <thead> <td>Status</td> <td id='long'>Name</td> <td id='options'>Standort</td> <td>Kategorie</td> <td id='options'>Preis</td> <td id='options'>Aktionen</td> </thead> <?php # Füllt den BODY mit Informationen $status = isset($_GET['status']) ? $_GET['status'] : ''; echo $inventar->showInventar($status); ?> </table> </div> </div> </body> </div> </html>