header info added

This commit is contained in:
Leander
2017-03-02 11:53:02 +01:00
parent 4611d3ee4f
commit 2bb1ad6b09
3 changed files with 13 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
$database = new Database();
$result = $database->query('SELECT * FROM "Categories";');
print nl2br(print_r($name, true));
print nl2br(print_r($result, true));
echo json_encode($result);
?>