Help for this page

Select Code to Download


  1. or download this
    ($t[0] == $s[0] && $t[0] == $e[0]) ? $r[0] = 1 : $r[0] = 0;
    
  2. or download this
    if ($t[0] == $s[0] && $t[0] == $e[0]){
       $r[0] = 1;
    ...
    else{
       $r[0] = 0;
    }