From 336ac046919d7bb591f5aa3660ce8976e18a94a2 Mon Sep 17 00:00:00 2001 From: Kar l5 Date: Wed, 1 May 2024 23:58:42 +0530 Subject: [PATCH] return to lead --- .hta_slug/admin/edit-business-verticals.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.hta_slug/admin/edit-business-verticals.php b/.hta_slug/admin/edit-business-verticals.php index 41ad9a0..5487cf8 100644 --- a/.hta_slug/admin/edit-business-verticals.php +++ b/.hta_slug/admin/edit-business-verticals.php @@ -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 ''; } catch(PDOException $e) { echo "Error: " . $e->getMessage(); }