diff --git a/html/api/index.php b/html/api/index.php new file mode 100644 index 0000000..c051374 --- /dev/null +++ b/html/api/index.php @@ -0,0 +1,9 @@ +query($sql); + + +header('Content-type: application/json'); +echo $stmt->fetchAll(PDO::FETCH_ASSOC)[0]['content']; \ No newline at end of file