We learned PHP to create this site. PHP, like html, jQuery or Javascript has different aspects of functionality and different uses. Unlike HTML, PHP does not save the content locally on the web user's server, and instead PHP sends the web pages from a seperate server. This was a new format for us, and we learned about the different parts that go into creating a web page that can send messages and give feedback on the input of the user. This format also allows me create password protected webpages that store the password and user name on a seperate server, making the site much more secure than other sites I have created in the past. Althought all this may seem like alot, we have barely scraped the surface of PHP. After this unit, I must say I prefer using HTML over PHP as the process of creating the website in HTML feels more simple and HTML is a format I am more familiar and comfortable with.