About Project
PHP, CSS, and JavaScript are used to create the PHP project. When it comes to the project itself, there are numerous features. A user can create blogs in several categories, add editors' choices, links, and admin analytics. This project is a complete blogging platform for users, with several categories for them to choose from. It has a homepage where readers can check out the most recent blogs. Viewers can leave comments using their Facebook accounts.
Admin Panel
Features:
- Admin Panel
- Post Blogs
- Blog categories
- Drafts
- Editor’s choice
- Social links
- Admin stats
What is the best way to run?
Follow the steps below after you've started Apache and MySQL in XAMPP.
Step 1: extract the file.
Step 2: Make a copy of the main project folder.
Step 3: Paste the code into xampp/htdocs/
Database is now connected.
4th Step: Open a browser and type "http://localhost/phpmyadmin/" into the address bar.
5th Step: Next, go to the databases tab.
6th Step: Make a database called "blog admin db" and then go to the import tab.
7th Step: Select the "blog admin db.sql" file from the "databasefile" folder by clicking on browse file.
Step 8: Press the enter key.
Following the creation of the database,
9th Step: Open a browser and type "http://localhost/resblog/" into the address bar.
Regarding the Admin Panel
Go to "http://localhost/resblog/blogadmin/" as the last step.
Provide the username and password that can be found in the "Readme.txt" file.
To know more
Visit PHP Projects