HOME Learning Protfolio
Architecture

Module 2

Module Two: PHP

PHP is a general purpose scripting language well suited to web development. Any PHP code in a requested file is executed by the PHP runtime, usually to create dynamic web page content or dynamic images used on websites or elsewhere. PHP is free software released under the PHP License.

Learning PHP is good not only because it adds one more language to your toolbelt, but also because there is a large number of sites currently built with Wordpress, a content management system (CMS) built with PHP.

In module two, PHP Codeacdemy tutorial is one of the five assignments I was really enjoying more with for learning. Why? I was given lessons on the basic of PHP abput arrays, loops, IF/Else, switches, funcations, and more that i was overwhelmed, but I still liked it over other assignments of the module two. The tutorials were informative and helped me understand PHP rather than reading the textbook and videos that were also assignments for module two.

In the example below, I used an array to store strings to be used as loop to list each string at a line. This tool can come in useful in multiple situations, especially in the professional world when it is needed to list all of the data.

Below is one of the lessons of PHP tutorial on Codeacdemy.