Help for this page

Select Code to Download


  1. or download this
        $| = 1;
        print "Content-type: text/html\n\n";
    ...
        }
    
    print "<br>Done\n";
    
  2. or download this
        for $i (0 .. 137) {
            print "<br>$i => ";
    ...
                $data[$i][$j] = "D".$i."B".$j;
            }
        }
    
  3. or download this
    if ($results[$j] eq "") {....}
    
  4. or download this
    while (@results = $sth->fetchrow_array()) {.....}