Help for this page

Select Code to Download


  1. or download this
    $opt_a   = 1;   # this is option a
    $obt_hoo = 1;   # this is option b
    
  2. or download this
    if (
        condition 1
    ...
    else {
        else-block code
    } #/ short desc of else code, if needed.