Wednesday, April 5, 2017

CST Week 5

CST Week 5

This week we learned about being able to distinguish between cookies and sessions. We had to implement creating sessions in PHP and store and retrieve data in a session. We also learned how to stop a session and how it is implemented with logins and passwords.

We finalized our team project which implemented a database to create a webpage. This was challenging as our team consisted of various levels of knowledge in these areas. We were able to finish the task on time.

Our project is a PC game Catalog
The project has met all of the requirements. There is a login screen to begin. We decided to make the color an appealing blue with a picture showing what the database is about.
There is one form per table allowing users to see information for each game or users of the catalog.
We have functions to find the most expensive game, total cost of all games in the database, and the average cost of the games.
You can filter the games by publishers or genres and filter the user by first letter of their last name.
Finally you can update or delete user entries. We would have liked to put this in a table if we had more time to make the page shorter.
Here is a screenshot of the first page:
Game catalog web page

No comments:

Post a Comment