Grazie mille piero.mac, mi sei stato di grande aiuto.

Ma in pratica avrei potuto ascrivere anche:
Codice PHP:
if($num10)
        {
              echo 
"<h3 align = center> Opere eseguita in tecnica $tecnica </h3> 
 
"
;
              while (
$row1 mysql_fetch_array($res1))
            {    
                echo 
"Artista: $row1[0] $row1[1], titolo: $row1[2], anno d'esecuzione: $row1[3], propriet�: $row1[4]  
"
;
            }
        }
        else
        {
        } 
?
L'errore grave consisteva nel mettere
Codice PHP:
$row1 mysql_fetch_array($res1
prima del while giusto?