\n"; print "Starttijd Artiest Titel\n"; while (list ($starttime, $artist, $title) = mysqli_fetch_row($res)) { print "
$starttime : $artist - $title\n"; } mysqli_free_result($res); print "\n"; ?>