$table, 'name' => $row['name']]; // } // } // // Display the results // if (!empty($results)) { // foreach ($results as $item) { // echo "

" . ucfirst($item['table']) . ": " . $item['name'] . "

"; // } // } else { // echo "

No results found

"; // } // } ?>