Help for this page

Select Code to Download


  1. or download this
        if(  !$a == !$b  ) {
    #or
        if(  !$x != !$y  ) {
    
  2. or download this
        if(  not $a xor $b  ) {
    #or
        if(  $x xor $y  ) {
    
  3. or download this
        if(  !$a == !$b  ) {
    
  4. or download this
        if(  not $a xor $b  ) {