return to lead
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user