Skip to content

Commit

Permalink
attt
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Jul 26, 2024
1 parent 2d8e983 commit d9e318c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/getComments.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
$teacherId = $db->escapeStrings($_POST['teacherID']);

$comments = $db->select("SELECT * FROM gargameleaks_comments WHERE teacher_ID = '$teacherId'");
print_r($comments);
echo json_encode($comments);

0 comments on commit d9e318c

Please # to comment.