From f048b1ff7bced0e4cf62394fff65383ea09def17 Mon Sep 17 00:00:00 2001 From: Kar l5 Date: Wed, 1 May 2024 23:46:19 +0530 Subject: [PATCH] return to form list --- .hta_slug/admin/edit-form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hta_slug/admin/edit-form.php b/.hta_slug/admin/edit-form.php index bdf4f2a..0f859e7 100644 --- a/.hta_slug/admin/edit-form.php +++ b/.hta_slug/admin/edit-form.php @@ -12,8 +12,8 @@ require_once('.htac_nav.php'); $stmt->bindParam(':bverticals', $_POST['bverticals']); $stmt->bindParam(':id', $_POST['form_id']); $stmt->execute(); - - echo "Record Updated successfully",$_POST['form_id'], '
',$_POST['formname'], '
',$_POST['bverticals'], '
'; + + echo ''; } catch(PDOException $e) { echo "Error: " . $e->getMessage(); }