<!DOCTYPE html> <html> ...тут код <table> <?php while .... { ?> <tr><td><?php echo $array['bla']; ?></td></tr> <?php } ?> </table>