PHP Camp -- Day 1

It was decided that we would build a website for reviewing and rating video games -- something that all the kids can relate to. The day's schedule was:

Alex and Elliot teamed up to work on the home page, which displays the list of games that have been reviewed so far. Austin and Daniel collaborated on a game review page. Austin also worked on a page to display the GameMaker games that they worked on in Camp last year, and which they have continued to work on since then.

The goal of today's exercise was to create pages that are outlines for the pages that will ultimately be generated. They could contain real content as an example of what typical pages would hold, and will be used as the basis for tomorrow's programming work.

Tomorrow we will learn just enough PHP to build the tables programmatically and pull parameters from the queries. We'll also write some practice functions.