risolto

Codice PHP:
$arr=mysql_fetch_array($ris1); 
             echo 
"<table>";
             while ( 
$arr){ 
                           echo 
"<tr>"
                           echo 
"<td>".$arr['v_nome']."<td>".$arr['v_descrizione']; 
                           
$arr=mysql_fetch_array($ris1);  
                          }
             echo 
"</table>"