Biblioteca Nazionale Braidense
Ufficio Ricerca Fondi Musicali
National catalogue of music manuscripts to 1900
Attention: any request of reproduction must be addressed to the library owning the manuscript, indicated on the titlecards with a sigla, not to the Braidense.
To find names and addresses please check the list of Italian music libraries.
From:
|
To:
|
// parametri del database
$db_host = "localhost";
$db_user = "dimamuselect";
$db_password = "semdimNB58";
$db_name = "dimamu";
$db = mysql_connect($db_host, $db_user, $db_password)
or die("Connessione non riuscita: " . mysql_error());
mysql_select_db($db_name);
$sql = "select * from cassetti order by scatola, progressivo";
$rs = mysql_query($sql);
while ($riga = mysql_fetch_array($rs)) {?>
|
|
}
mysql_close($db);?>

include("../includes/primary_footer2.php");?>