To store data of board games such as games and pieces.
Reqiurements
- xampp
- notepad++
- database sql file to import
Steps
- Import the following database (S:\IT\CERT III IDMT 2020\ICT Programming\board_games) a database, you decide the name of the database
- Add some data to it for testing
- Using the example php script, rename it and change it to display all games
- Create a php script to display all pieces
Problems
First problem was the data base name was incorrect
I had to open db_conn.php that was in the connections folder and change the name of the database.
Testing
I used Chrome and opened up the first script called display_board_games.php
I used Chrome and opened up the first script called display_pieces.php
