Today was PHP day. The main task was to learn enough PHP to pull parameters from the page query, and to generate the HTML tables programmatically. Here's the day's agenda:
You'll notice that the pages today don't look much different than they did yesterday. That's because we were changing the method of creating them without really changing the content.
All in all, I think we made good progress today. The boys were able to understand the basic programming concepts. They're certainly at the point where they could pick up a good PHP tutorial and work on their programming skills using the same tools we're using in class.
Tomorrow we'll work on the database. There's a tool that lets you look at the database and make changes to it, so we'll use that to actually create the database tables we need. Then I'll show them how to "query" the database. Simple sentences are used to request information from the database. Once we've figured out the proper sentences, then we move those sentences over into the PHP code, and we'll be displaying game information from the database!
Stay tuned...