This repository contains a lightweight Content Management System (CMS) specifically designed for an online news portal. It was built using vanilla PHP and MySQL to demonstrate core backend principles, including database connectivity, dynamic content routing, and administrative management.
- Backend: Raw PHP
- Database: MySQL
- Frontend: HTML5, CSS3, JavaScript
- Architecture: Procedural and Modular PHP
- News Management: Dedicated system for publishing, editing, and categorizing news articles.
- Dynamic Content: Real-time data fetching from MySQL to populate the portal's frontend.
- Custom Backend: A localized CMS structure built without external frameworks to ensure maximum performance and control.
- Modular Design: Organized directory structure for easy maintenance and scalability.
mycms/: Core application directory containing all logical and visual components.config/: (If applicable) Database connection and environment settings.admin/: (If applicable) Portal for content creators and administrators.
- Clone the repository:
git clone [https://github.com/ashrafuzzaman1973/mycms.git](https://github.com/ashrafuzzaman1973/mycms.git)