
In this Lecture we will create all the files and folders for the blog project
In this Lecture we will create the database for the blog and we will also learn to connect to the MYSQL database using mysqli
In this Lecture we will create the blog home page using bootstrap. We will use a free bootstrap template
We will a modify a free bootstrap template to make the blog front end.
In this lecture we will put the header,sidebar and footer in separate files and include them. So that we don't have to write the same code in multiple places
We will make single post and search results page template in this video.
In this video we will pull the categories from DB inside the blog's header navigation
We add active class to the currently selected category in the header
We will fetch posts from the database and show them on the blog front page
In this Lecture we will fetch the comments from the database and display them on the single post page we will also learn how to deal with the comments by the admin
In this lecture we will show all the posts related to the category selected in the header.
In this Lecture we will learn how we can get post having a specific id from the database.
In this Lecture we will work on the comment form in the single post page and insert comments in the database
In this course we will create a complete Blog with the admin panel to manage content. The course is designed for anyone even the php beginners.
We will start by creating the user interface of the project by using bootstrap free templates then we will start to make it dynamic and database driven. You will learn the following main features :