July 15th, 2016

Today we worked on more PHP projects and some SQL. Travis taught us more about SQL syntax and how to create tables and insert things into them.

July 14th, 2016

Today I worked on PHP projects. I finished the name swapper project and the XML blog project. I also started working on the PHP calender project.

July 13th, 2016

Today we learned MySQL. MySQL is a database management tool and it allows you to modify contents of a database with simple commands. We are going to implement it in our PHP code to store different information. One of the things we will be doing with MySQL is creating a calender that can store events in a database.

July 12th, 2016

Today we continued working on our PHP projects. I finished the changing background project. I had to develop a website that allowed you to change the background color of a page. I ran into some trouble with cookies but I ended up figuring it out. I learned a lot about cookies and how they can be useful.

July 11th, 2016

Today we started learning PHP. PHP is a server side scripting language that allows you to modify the contents of an HTML page before sending it to a user. You can use it to create dynamic websites. We were given some projects to work on over the next week that will help us get familiar with PHP. Today I finished two of the projects.