Operator Php

    $p = 14;
    if ($p < 15) {
        echo "Sorry! 
";
    } else {
        echo "Congratulations";
    }
?>