A complete blogging system web application built with PHP and MySQL, featuring both public-facing blog interface and administrative backend.
- 📝 User management (add new users)
- ✏️ Post management (create, edit, delete posts)
- 🗃️ Content organization
- 📄 View published posts
- 💬 Comment functionality
- 🔍 Simple browsing interface
- 🐘 PHP (Server-side scripting)
- 🗃️ MySQL (Database)
- 🎨 HTML/CSS (Frontend)
- Import the SQL file from
database/
folder - Important: Name your database
blog2
when importing - Configure database connection in the application
- Place files in your web server's root directory
- Ensure PHP and MySQL are properly installed
Default admin credentials:
- Email:
[email protected]
- Password:
111111
This project is intended for educational purposes only.
Not recommended for production use without proper security enhancements.
Always change default credentials in testing environments.