This module was our introduction to php. PHP is a server side language that almost acts like templating!
Our first assignment was to create a function that output a string. Here was my code:

This sayHello function simply created a <p> element.
Our next task was to create some sort of string. Here was my code:

Here I use the built in strlen to get the length of a string and output it into another.