Add: admin pages

This commit is contained in:
2018-07-09 11:51:29 +09:00
parent 2d4143fca3
commit 9a8b8fc417
10 changed files with 416 additions and 0 deletions
@@ -0,0 +1,11 @@
<?php
// header('Content-Type: application/json');
include "./connect_db.php";
$query = "DELETE FROM afterschool_record WHERE UserID=31;";
$result = $db_conn->query($query);
$db_conn->close();
?>