Update: 2026-06-16 17:47:17
This commit is contained in:
@@ -6,6 +6,6 @@ try {
|
||||
$cols = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
echo json_encode($cols, JSON_PRETTY_PRINT);
|
||||
} catch (Exception $e) {
|
||||
echo $e->getMessage();
|
||||
echo "An error occurred.";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user