Course
summary


    0 chapters available

Loading...

Create a dynamic website with PHP

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Create and Use a Function

nicolasbrondinbernard_an_industry_worker._100_white_background._56e675c1-8d48-49c3-9b9d-dd3f71a9da79 copy.jpg

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