diff --git a/include/fms.php b/include/fms.php
new file mode 100644
index 0000000..00aabba
--- /dev/null
+++ b/include/fms.php
@@ -0,0 +1,45 @@
+getSQLHost(), $data->getSQLUser(), $data->getSQLPassword(), $data->getSQLDatabase());
+mysqli_set_charset($conn, "utf8");
+
+// Check connection
+if ($conn->connect_error) {
+ die("Connection failed: " . $conn->connect_error);
+}
+
+// output data of each row
+?>
+Stichwörter
+
+
+
+
+
+
+
+
+ query("SELECT * FROM `fms`");
+
+ if($stich->num_rows > 0) {
+ while ($frow = $stich->fetch_assoc()) {
+ ?>
+ Kennung
+ Beschreibung
+
+
+
+
+
+
+