aboutsummaryrefslogtreecommitdiff
path: root/views/test/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/test/index.php')
-rw-r--r--views/test/index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/test/index.php b/views/test/index.php
new file mode 100644
index 0000000..e0b7eb6
--- /dev/null
+++ b/views/test/index.php
@@ -0,0 +1,11 @@
+<?php
+ include '../meta.php';
+ print_r(Database\User::get_all());
+?>
+
+<form action="/test1/index.php" method="POST">
+ <input type="text" name="Username" placeholder="Username">
+ <input type="submit">
+</form>
+
+<?php end_page(); ?>