mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-24 10:46:16 +00:00
Normalising names of tables
This commit is contained in:
parent
1472692ed5
commit
32e6a356a3
4 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue