ciao a tutti.

sto avendo un problema che è una cavolata ma siccome mi ha fatto arrabbiare e sto nero non riesco ad individuare il problema ecco il code:
Codice PHP:
$host="localhost";
$user="root";

$db1="SMMMS_archivio";

$dbconn=mysql_connect($host,$user) or die (mysql_error());

141 $QueryInsights=mysql_select_db($db1,"Select IDInsights, Object from insights order by DateAuctions Desc Limit 10") or die (mysql_error()); 
ecco l'errore:
Warning: mysql_select_db() expects parameter 2 to be resource, string given in D:\SITI WEB\lavori\SantuarioMiaMadonnaMiaSalvezza\it\index .php on line 141