I was wondering if you might expound on using the foreach loops to create a table.

I would like to use:


foreach ($search->body->Items->Item as $object) {
echo '<td>';
echo '<a href="' ....