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