prepare($query); $stmt->bind_param("i", $buyerId); $stmt->execute(); header("Location: base.php"); exit();