PHP - if

Card Puncher Data Processing

Example

if ($a > $b) {
    echo "a is bigger than b";
} elseif ($a == $b) {
    echo "a is equal to b";
} else {
    echo "a is smaller than b";
}

Documentation / Reference





Discover More
Card Puncher Data Processing
PHP - Control Flow Statement

Doesn't exist



Share this page:
Follow us:
Task Runner