How do I put data from a database directly into a table for docx?
In html use foreach to traverse all cando and create table
<?php foreach($consulta1 as $linha): ?> <tr> <td><?php echo $linha["name"]; ?></td> </tr> <?php endforeach; ?>
But I do not want to use html