Get Easy Blog Site In PHP With Source Code | PHP Projects

The Easy Blog site project is a simple PHP, CSS, and JavaScript project. Talking about the project, it has lots of features. A user can post news, blogs, photos. This project is a complete blogging site for the users where there are different categories It contains a homepage from where users can check the latest news, from programmers and about upcoming programs.

There’s a separate tab for blog department where users can easily check all their news and blogs. The viewer can comment using their accounts.

About Easy Blog Site In PHP

Admin has full control of the system, he/she can compose news, views all news, add and view exco, create and list events, insert photos into the gallery, sliders. The other main feature is that admin can manage the site like editing  Welcome notes, about pages, program page. From the admin panel, he/she can edit the site settings which includes Site Name, Site Title, Site Email, Description, Keywords, Google Analytic Code, Address, Contact details, Facebook Page ID, Twitter Account and Instagram Account. He/she can also add new Admin for the site, delete and list all admins. A responsive dashboard is provided in admin panel for the easy management of the site.

In short, this site in PHP project is just like a WordPress site. This simple blog site in PHP helps a user to post blogs online easily just like using a WordPress site. Design of this project is pretty simple and responsive so that user won’t find it difficult to understand, use and navigate.

How To Run Easy Blog Site In PHP ?

To run this project, you must have installed a virtual server i.e. XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps.

  • Extract file
  • Copy the main project folder
  • Paste in xampp/htdocs/
  • Open a browser and go to URL “http://localhost/phpmyadmin/”
  • Then, click on the databases tab
  • Create database naming “blog” and then click on import tab
  • Click on browse file and select “blog.sql” file which is inside “database” folder
  • Click on go.

After Creating Database,

  • Open a browser and go to URL “http://localhost/blog/”