add form for creating user, multiple ways to display conten of db
This commit is contained in:
24
Zweites Jahr/unterrichts_projekt/pdo_test_form.php
Normal file
24
Zweites Jahr/unterrichts_projekt/pdo_test_form.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>PDO Testset</h1>
|
||||
<h2>Entry Form</h2>
|
||||
<p>Please insert your data and press 'save'</p>
|
||||
<form action = "pdo_test.php">
|
||||
<label>Firstname:
|
||||
<input name = "firstname">
|
||||
</label><br>
|
||||
<label>Lastname:
|
||||
<input name = "lastname">
|
||||
</label><br>
|
||||
<label>Email:
|
||||
<input name = "email">
|
||||
</label><br>
|
||||
<button>Save!</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user