PHP 101: Understanding Functions
In order to access the full strength of PHP we need to understand how to create functions. Functions are blocks of code that can be called upon multiple times throughout a project to achieve a specific goal. They can save a lot of time and repetition throughout the course of a project so are a very powerful tool.