if ($some_condition) { some_stuff(); } if ($some_condition && !$some_condition2) { some_more_stuff(); }