return to lead

This commit is contained in:
Kar l5
2024-05-01 23:58:42 +05:30
parent f048b1ff7b
commit 336ac04691

View File

@@ -11,8 +11,7 @@ require_once('.htac_nav.php');
$stmt->bindParam(':bv', $_POST['bv']);
$stmt->bindParam(':id', $_GET['id']);
$stmt->execute();
echo "Record Updated successfully";
echo '<script> window.location.assign("/admin/business-verticals") </script>';
} catch(PDOException $e) {
echo "Error: " . $e->getMessage();
}