Hi,
I am trying to create a foreach loop so that each entry from a MySQL is created on a new row in an HTML table. This is what I have:
[php]<?php foreach $aircraft as $aircraft( ?>
<?php echo $aircraft->registration ?> | Last Check | Next Due |
There is an alternative to the MySQL database - it’s a TPL file located in another file and that’s where the $aircraft and $registration tags come from.