This is a simple e-commerce website for purchasing manhwa books, built using PHP and MySQL.
- User registration and login
- Product browsing
- Cart management
- Order placement
- Checkout system
- Admin panel for adding and managing titles
- Create a database named
manhwain your MySQL (via phpMyAdmin). - Import
manhwa.sqlto create tables and insert sample data. - Update
config.phpif needed with your MySQL credentials. - Place the files in your web server root directory (
htdocsif using XAMPP). - Open
http://localhost/manhwa/in your browser.
*.php– Backend logic and frontend UIimages/– Product and UI imagesmanhwa.sql– SQL dump of the database
- Passwords are hashed using
password_hash() - Prepared statements to prevent SQL injection
- Session-based authentication
- PHP
- MySQL
- HTML/CSS
- JavaScript
To log in as admin, use:
- Email: [email protected]
- Password: admin123
This project is licensed under the MIT License — see the LICENSE file for details.
J Dipayan Rao
Everyone is free to make any changes in the code. Any modification which makes the website better, would be highly appreciated.