Help for this page

Select Code to Download


  1. or download this
    $expr1 && $expr2 and action ();
    $expr1 || $expr2 or  action ();
    
  2. or download this
    if ($expr1 && $expr2 or $expr3 && ($expr4 || $expr5)) {
        action1 ();
        action2 ();
        }