Help for this page

Select Code to Download


  1. or download this
    if($binc1){
    $bin1=0;
    ...
    else{
    $bin1=1;
    }
    
  2. or download this
    if($binc1){
    $bin1=1;
    ...
    else{
    $bin1=0;
    }