diff --git a/02/formular.php b/02/formular.php
new file mode 100644
index 0000000..284b0a1
--- /dev/null
+++ b/02/formular.php
@@ -0,0 +1,22 @@
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file
diff --git a/02/formular_post.php b/02/formular_post.php
new file mode 100644
index 0000000..3b8b83f
--- /dev/null
+++ b/02/formular_post.php
@@ -0,0 +1,30 @@
+ " . mysqli_error($conn);
+}
+
+mysqli_close($conn);
+?>
\ No newline at end of file
diff --git a/02/index.php b/02/index.php
new file mode 100644
index 0000000..91fb37f
--- /dev/null
+++ b/02/index.php
@@ -0,0 +1,26 @@
+
+
+
+
+
+ Document
+
+
+ Pozdrav z HTML
+ pozdrav z PHP "; ?>
+
+
+
+
+
+ PRACE S DATABSAZIIIIII
+
+
\ No newline at end of file
diff --git a/02/post_welcome.php b/02/post_welcome.php
new file mode 100644
index 0000000..f5da529
--- /dev/null
+++ b/02/post_welcome.php
@@ -0,0 +1,10 @@
+";
+echo ' HOME ';
+?>
\ No newline at end of file
diff --git a/02/prace.php b/02/prace.php
new file mode 100644
index 0000000..e9dde0b
--- /dev/null
+++ b/02/prace.php
@@ -0,0 +1,29 @@
+ 0) {
+ while($row = mysqli_fetch_assoc($result)) {
+ echo " id: " . $row["id"] . "";
+ echo " name: " . $row["name"] . "";
+ echo " email: " . $row["email"] . "";
+ echo " text: " . $row["text"] . "";
+ echo "
";
+ }
+ } else {
+ echo "0 results";
+ }
+?>
\ No newline at end of file
diff --git a/02/tester.php b/02/tester.php
new file mode 100644
index 0000000..cd67a29
--- /dev/null
+++ b/02/tester.php
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/README.md b/README.md
index e69de29..e0cdacb 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,2 @@
+# Doučování WTL
+