Codice PHP:

$query_preventivo 
"SELECT *  FROM preventivi WHERE utente = '$utente'"
        
$esegui mysql_query($query_preventivo$connessione) or die(mysql_error())) 
 
       
$totalRows_query_preventivo mysql_num_rows($esegui);

       If(
$totalRows_query_preventivo 0) {
       
       while (
$row_query_preventivo mysql_fetch_assoc($esegui) ) {