<table> <?php foreach($array as $key => $value): ?> <tr> <td><?=$key?></td> <td><?=$value?></td> </tr> <?php endforeach ?> </table>