Help for this page

Select Code to Download


  1. or download this
     for ( $count = 1; $count >= $line; $count++) {
    #  to
     for ( $count = 1; $count <= $line; $count++) {
    #                                     ^^^
    
  2. or download this
        NO:
       $verification_control = 0;
       goto END;