Help for this page

Select Code to Download


  1. or download this
    $text="20";
    
    $field[0] = substr($text, 0,1);
    $field[1] = substr($text, 1,2);