asdf
This commit is contained in:
18
app/view/kunde.php
Normal file
18
app/view/kunde.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
include '../head.php';
|
||||
echo '<h1>Kunden Ansicht</h1>';
|
||||
$id= $_GET['id'];
|
||||
echo "<h2>Kunde $id</h2>";
|
||||
include '../connect.php';
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
include '../tail.php';
|
||||
?>
|
||||
Reference in New Issue
Block a user