$gettheartists = $DB_site->query( "SELECT * FROM artists" ); while( $boohoo = $DB_site->fetch_array( $gettheartists ) ) { eval( "\$theartists.= \"".gettemplate( 'displayartistsbit' )."\" ;" ); } eval( "dooutput( \"".gettemplate( 'displayartists' )."\" );" ); exit;