1
Create Database Table
Execute the SQL script to create the weekly_specials table in your database.
mysql -u root -p bermiz_db < admin/weekly_setup.sql
OR using phpMyAdmin:
1. Open phpMyAdmin
2. Select database "bermiz_db"
3. Go to SQL tab
4. Copy-paste content from admin/weekly_setup.sql
5. Click Execute
Table Created
2
Create Images Directory
Create the folder where weekly special images will be stored.
mkdir -p assets/images/weekly/
chmod 755 assets/images/weekly/
Windows (Command Prompt):
mkdir assets\images\weekly
Directory Ready
3
Access Admin Panel & Add Content
Log in to the admin panel and start adding weekly specials.
Admin URL: http://localhost/hotel/admin/weekly.php
What you can do:
✅ Add new weekly specials with images
✅ Edit existing specials
✅ Delete specials
✅ Add badges (HOT 🔥, NEW ⭐, OFFER 💰)
✅ Set categories (Breakfast, Lunch, Dinner, Dessert, Drinks, Special)
Ready to Use
Website Display:
Users can view your weekly specials at: http://localhost/hotel/weekly.php
The website automatically pulls content from the database - no hardcoding needed!
Key Features:
• Admin can Add, Edit, Delete weekly specials
• Automatic image upload & storage
• Support for different categories
• Badge types for highlighting specials
• Responsive design (works on all devices)
• Users can only VIEW, not modify
Need Help?
Check the detailed guide at: admin/WEEKLY_SPECIALS_GUIDE.md
Or contact your technical support.
System Status: Ready