Normalising names of tables

This commit is contained in:
Michał Gdula 2022-09-14 10:41:20 +00:00
parent 1472692ed5
commit 32e6a356a3
4 changed files with 9 additions and 9 deletions

View file

@ -57,7 +57,7 @@ if (isset($_POST['submit'])) {
}
// Prepare sql for destruction and filtering the sus
$sql = "INSERT INTO swag_table (imagename, alt, tags, author) VALUES (?, ?, ?, ?)";
$sql = "INSERT INTO images (imagename, alt, tags, author) VALUES (?, ?, ?, ?)";
if ($stmt = mysqli_prepare($conn, $sql)) {
// Bind the smelly smelly