Content Management System in PHP is a versatile web application designed to empower users to post and manage various types of news content effortlessly. The system is divided into two primary sections: the admin side and the user side, catering to different roles within the platform.
The administration framework features three distinct user roles: super admin, admin, and normal user (editor). The super admin possesses comprehensive authority, enabling them to add and manage all users, oversee news posts, and edit their own profile details. The admin role has the ability to manage normal editors, as well as their own posts and profiles, ensuring effective content oversight.
Meanwhile, the normal user (editor) can focus solely on managing their own posts and profile, allowing them to contribute to the platform without unnecessary complexities. This structured approach to user roles ensures that each admin type has a specific and crucial function within the content management system.
By offering a user-friendly interface and clear role distinctions, this Content Management System in PHP simplifies the process of content creation and management, making it an ideal solution for organizations or individuals looking to maintain an organized news platform. This project not only enhances collaboration among users but also ensures that content is efficiently managed and easily accessible.
Technologies:
- HTML: Page layout and design
- CSS: Design
- JS: Frontend
- PHP: Backend
- Bootstrap
- Java Script
Supported Operating Systems:
You can run this project in the following operating systems:
Installation:
After Starting Apache and MySQL in XAMPP, follow the following steps:
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
4th Step: Open a browser and go to the URL “http://localhost/phpmyadmin/”
5th Step: Click on the Databases tab
6th Step: Create a database named “cms” and then click on the import tab
7th Step: Click on browse the file and select “cms.sql” file which is inside “DATABASE” folder
8th Step: Click on go.
9th Step: Open a browser and go to URL “http://localhost/CONTENT_MANAGEMENT_SYSTEM_IN_PHP/”