prepare("UPDATE swag_table SET alt=? WHERE id=?"); $sql->bind_param("si", $alt, $id); $alt = $_POST['alt']; $id = $_POST['id']; if ($sql->execute()) { header("Location:https://superdupersecteteuploadtest.fluffybean.gay/image.php?id=".$_POST['id']."&update=success"); } else { $error = "Something fuckywucky"; } } else { $error = "No description/alt, pls give"; } } else { $error = "You do not have edit rights"; } } ?>
Modify Information
This is a dangerous place to step foot into... tread carefully.
Update information"; ?>
".$error.""; } ?>