Update add_entry.php

This commit is contained in:
jakani24
2024-01-21 16:59:15 +01:00
parent 611963fe68
commit 09a7d45269

View File

@@ -22,6 +22,8 @@ else{
// Execute the statement
if(!$stmt->execute())
echo("wrt_err");
else
echo("wrt_ok");
$stmt->close();
$conn->close();
}