<?php $results = [ ['id' => 111, 'rec_date' => '2025-05-10'], ['id' => 222, 'rec_date' => '2025-05-12'], ['id' => 333, 'rec_date' => '2025-05-14'], ]; ?> <table> <?php foreach ($results as $row): ?> <tr> <td class="mid"><a href="http://www.abc.co.uk/edit2.php?ident=<?= $row['id'] ?>"> <?= $row['rec_date'] ?></a></td> </tr> <?php endforeach ?> </table>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`