Add: additional DB tables

This commit is contained in:
2018-05-29 15:31:18 +09:00
parent ef2218bfa6
commit a68d18df2d
4 changed files with 154 additions and 24 deletions
+6
View File
@@ -21,4 +21,10 @@ if ($db_conn->connect_error) {
$query = "USE jisangs";
$result = mysqli_query($db_conn, $query);
function send_error_message($replyJSON, $error_message) {
$replyJSON["ERROR"] = $error_message;
echo json_encode($replyJSON, JSON_UNESCAPED_UNICODE);
}
?>