header info added
This commit is contained in:
@@ -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);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user