Course
summary


    0 chapters available

Loading...

Create a dynamic website with PHP

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Comments

Comments are, in programming, a way to leave explanations or information in your code.

The distinctive feature of a comment is that it is not used in the same way as the rest of your code since the machine does not interpret it.

The target of a comment is therefore the developer or someone reviewing the code, but never the end user.

You need a free account to read this module