Help for this page

Select Code to Download


  1. or download this
  2. or download this
  3. or download this
  4. or download this
     if (length($str) < $index) {
        $s=substr($str,$index,1);
    } else {
        whatever else
    }