alert('Content Updated Successfully!'); window.location.href='footer-changes.php';";
exit();
} else {
echo "
Error updating content. Please try again.
";
}
mysqli_stmt_close($stmt);
} else {
echo "Error preparing the statement.
";
}
}
?>