
This post is part 3 of the Basic PHP Crash Course. If you have never red before this Crash Course, you should read part 1 and part 2 first.
Before enhancing our site, I want to explain you about the function.
What is a function?
A function is a block of code that has a name. It is not executed when we load the page. We need to call its...