If you know the array elements, you may not need to loop. Why not just echo the particular array elements i.e. <td><?php echo $array[2]; ?></td> for example?
If you know the array elements, you may not need to loop. Why not just echo the particular array elements i.e. <td><?php echo $array[2]; ?></td> for example?