Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Comparison operators

As its name suggests, a comparison operator will allow you to "compare" two values, but above all it will be used to create a new piece of information in the form of a boolean (true or false) as the result of the comparison!
We can then use this boolean in more complex logical conditions.
You need a free account to read this module