Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Gästebuch</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1> Gästebuch </h1>
|
||||
|
||||
<h2>Bisherige Einträge</h2>
|
||||
|
||||
<?PHP
|
||||
|
||||
require ("gaestebuch.inc.php");
|
||||
|
||||
eintragenGaestebuch();
|
||||
|
||||
ausgabeGaestebuch();
|
||||
|
||||
?>
|
||||
|
||||
<h2>Ihr Beitrag zu unserem Gästebuch </h2>
|
||||
|
||||
<form action="gaestebuch2.php">
|
||||
|
||||
Name: <input name="name"><br>
|
||||
|
||||
E-Mail: <input name="email"> <br>
|
||||
|
||||
Kommentar <br>
|
||||
|
||||
<textarea name="kommentar" cols="50" rows="5">
|
||||
|
||||
</textarea><br>
|
||||
|
||||
<input type="submit">
|
||||
|
||||
</form>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user