Help for this page

Select Code to Download


  1. or download this
    $line=<INPUT>;
    $studentname = substr($line,0,20);
    $test1 = substr($line,21,3);
    ...