return to form list
This commit is contained in:
@@ -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'], '<br>',$_POST['formname'], '<br>',$_POST['bverticals'], '<br>';
|
||||
|
||||
echo '<script> window.location.assign("/admin/add-forms") </script>';
|
||||
} catch(PDOException $e) {
|
||||
echo "Error: " . $e->getMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user