return to lead
This commit is contained in:
@@ -11,8 +11,7 @@ require_once('.htac_nav.php');
|
|||||||
$stmt->bindParam(':bv', $_POST['bv']);
|
$stmt->bindParam(':bv', $_POST['bv']);
|
||||||
$stmt->bindParam(':id', $_GET['id']);
|
$stmt->bindParam(':id', $_GET['id']);
|
||||||
$stmt->execute();
|
$stmt->execute();
|
||||||
|
echo '<script> window.location.assign("/admin/business-verticals") </script>';
|
||||||
echo "Record Updated successfully";
|
|
||||||
} catch(PDOException $e) {
|
} catch(PDOException $e) {
|
||||||
echo "Error: " . $e->getMessage();
|
echo "Error: " . $e->getMessage();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user