Btw g-force that was the right idea but it didn't work. I had to add braces
PHP Code:
$gettheartists = $DB_site->query( "SELECT * FROM artists" );
while( $boohoo = $DB_site->fetch_array( $gettheartists ) ) {
eval( "\$theartists.= \"".gettemplate( 'displayartistsbit' )."\" ;" );
}
eval( "dooutput( \"".gettemplate( 'displayartists' )."\" );" );
exit;
Regards
- miSt