From 56645167c103416f74e600e046a4f4dd8534972a Mon Sep 17 00:00:00 2001 From: vaishnavwalunj <56834961+vaishnavwalunj@users.noreply.github.com> Date: Mon, 21 Oct 2019 20:17:27 +0530 Subject: [PATCH] added modal for feeds and updates --- editpost.php | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/editpost.php b/editpost.php index 44f5eb6..9dc25b5 100644 --- a/editpost.php +++ b/editpost.php @@ -22,7 +22,25 @@ $body = mysqli_real_escape_string($conn,$_POST['body']); $author = mysqli_real_escape_string($conn,$_POST['author']); - + $query = "UPDATE post SET title='$title', @@ -88,4 +106,4 @@ - \ No newline at end of file +