Code Academy PHP Tutorials

For this assignment we had to go through CodeAcademy's PHP Tutorials. This was by far my favorite assigntment out of this Module because their step by step program allowed me to get comfortable with PHP. Learning PHP was not too bad because a lot of the syntax is very similar to JAVA; which I have experience in. The tutorials taught basic syntax then went on to variables, if-statements, while loops, arrays, functions and object orienting programming(OOP). OOP was my favorite part because I like the idea of just creating an object, give it some constructors and methods, then be able to create many instances of that object. Makes coding a lot easier and I think it is very cool. I also like the idea that OOP allows inheritance which allows methods do be taken from a parent object and be put into a child object along with additional methods. Pictures below are forloops, while, and OOP tutorials that I went through.