This repository contains a CRUD application on golf tournaments and golf players who play in a particular tournaments.It also conatins a list of golf clubs.
This application will allow you to do the following:
- Read tables from a database that have a foreign key relationship and diplay players by the tournament they play in.
- Add data to the tournaments, players and clubs tables.
- Update player data in the players table.
- Delete players,tournaments and clubs.
- Delete players from a tournament before deleting a tournament to uphold referential integrity.
- You will need to download the project from the repository to gain access to the files
- you will need to create a database with the same name as the one in the php code
- you will need to import the database which you can get from me @D00194632@student.dkit.ie
- you will need to make sure you download the latest commit to ensure it's working.
- HTML
- CSS
- PHP
- SQL



