Are there other methods for outputting an HTML table that are faster than my WHILE loop?
. PHP - . , ! , , , - IMO .
<table>
<?php foreach($results as $result) { ?>
<tr>
<td><?php echo htmlspecialchars($result[0]); ?></td>
<td><?php echo htmlspecialchars($result[1]); ?></td>
</tr>
<?php } ?>
</table>
( htmlspecialchars. , HTML, HTML-, . , h, echo htmlspecialchars, , HTML-.)
: , . :
. , zlib.output_compression, mod_deflate -, .
. , CSS table-layout: fixed <table> <col> width , .