Backend für Modals hinzugefügt

This commit is contained in:
R40fendt
2025-06-16 21:42:22 +02:00
parent b0c810ac94
commit db064b36c0
6 changed files with 173 additions and 20 deletions

View File

@@ -12,6 +12,6 @@ if(count($userquery) == 0) die("User nicht gefunden");
$userid = $userquery[0][0];
if(count(srowforeach("SELECT id FROM `buli-tipps` WHERE user = ? AND spieltag=?",[$userid,5])) == 0) echo "false";
if(count(srowforeach("SELECT id FROM `buli-tipps` WHERE user = ? AND spieltag=?",[$userid,$spieltag])) == 0) echo "false";
else echo "true";