This is for the Occupational Specialism group project on a past exam paper (RZA Summer 2024).
Riget Zoo Adventures is a business that offers a safari-style wildlife zoo, an on-site hotel, and educational visits. This website is to allow customers to access help and information, book tickets for the zoo and reservations for the hotel, and also to provide educational materials.
- Clone in
"C:/xampp/htdocs"
to use and develop. - Make sure to read the style guide before contributing
- The database settings are in
db_settings.ini
. The database itself can be imported via the.sql
MySQL dump indb/rza_project.sql
- To access administrator functionality log in with the username
"admin"
and password"admin"
- Settings can be changed in
settings.ini
This project could not be built without the following:
Using XAMPP:
- Front-end: HTML, CSS, JS (Bootstrap & jQuery)
- Back-end: Vanilla PHP
- Database: SQL (MySQL)
- Web Server: Apache