Comparing values

In addition of checking if two values are equal to each other, it is possible to check if one value is greater or smaller than another one. These are represented by > and < singes.

It is possible to add equal sign to this check, therefore a check will be made if two values also equal to each other.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator