Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Create and Use a Function

A function is a block of instructions to which a name is assigned and which can be used multiple times within a program.
A function will not execute automatically when a page loads, it must be explicitly called in order to execute its code.
You need a free account to read this module