Artists
artist_id
artist_name
\n"; // ... and print out each of the columns foreach($row as $data) print "\t
{$data}
\n"; // Finish the row print "\n"; } ?>