Help for this page

Select Code to Download


  1. or download this
    
       print ( $boolean ? $true_value : $false_value );
    
  2. or download this
    
       print ( if($var}{ 
    ...
                 'no'
               }
       );