1 2 3 4 5 6 7 8 9 10 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(); ?>