phpweb/
├── src/ # Source code
│ ├── admin/ # Admin panel files
│ ├── auth/ # Authentication files
│ ├── config/ # Configuration files
│ ├── user/ # User interface files
│ └── *.php # Main PHP files
├── docs/ # Documentation
│ ├── README.md # Project overview
│ ├── INSTALLATION.md # Setup instructions
│ └── USAGE.md # Usage guide
├── sql/ # Database scripts
│ └── bookstore_db.sql
└── .git/ # Git repository
This PHP web application simulates a bookstore system with:
- An admin panel for managing books, categories, users, and transactions
- User authentication (login/register)
- A user interface for browsing and purchasing books
- Database integration with MySQL
- Comprehensive admin dashboard
- Secure user login system
- Dynamic book browsing and purchasing
- Real-time transaction processing
For detailed installation steps, see INSTALLATION.md.
For usage instructions, see USAGE.md.
/src/user/- User interface/src/auth/- Authentication pages
link youtube : https://youtu.be/kLB_YlLXyTE