From 615174a8075e5f86a72dd2fc66f3a21dfaaadfc3 Mon Sep 17 00:00:00 2001 From: rajs80266 <40178180+rajs80266@users.noreply.github.com> Date: Sat, 5 Oct 2019 23:57:38 +0530 Subject: [PATCH 1/2] next updates --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30c9eea..e6e903a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ A blogging website with CRUD functionalities. One can add new blogs, edit and delete existing ones. -built using : HTML/CSS/JS/PHP/MySQL +built using : HTML/CSS/JS/PHP/MySQL +>todo: +* [x] bookmark +* [x] user account functionality yet to be added. -#user account functionality yet to be added. - -#make appropriate changes in url path username and password in config/config.php as per localhost. +make appropriate changes in url path username and password in config/config.php as per localhost. From 9bcac1c5b11d28f6198838a99727c8206bd44623 Mon Sep 17 00:00:00 2001 From: rajs80266 <40178180+rajs80266@users.noreply.github.com> Date: Sat, 5 Oct 2019 23:58:22 +0530 Subject: [PATCH 2/2] code revamp --- index.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 674e6da..484ca55 100644 --- a/index.php +++ b/index.php @@ -10,12 +10,7 @@ $result = mysqli_query($conn,$query); #fetch data $posts = mysqli_fetch_all($result, MYSQLI_ASSOC); - // echo "